Represents the method that sell me will handle the BadWordFound event.
Namespace:
C1.Web.EditorAssembly: C1.Web.Editor.2 (in C1.Web.Editor.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 _ ) |
Parameters
- sender
- Type: System..::..Object
C1SpellChecker that fired the event.
- e
- Type: C1.Web.Editor..::..BadWordEventArgs
BadWordEventArgs that contains the event data.