Represents the method that will handle the BadWord event of C1Spell.

Namespace:  C1.Win.C1Spell
Assembly:  C1.Win.C1Spell.2 (in C1.Win.C1Spell.2.dll)

Syntax

C#
public delegate void BadWordEventHandler(
	Object sender,
	BadWordEventArgs e
)
Visual Basic (Declaration)
Public Delegate Sub BadWordEventHandler ( _
	sender As Object, _
	e As BadWordEventArgs _
)

See Also