[]
Represents the method that will handle the BadWordFound event.
public delegate void BadWordEventHandler(object sender, BadWordEventArgs e)
| Type | Name | Description |
|---|---|---|
| object | sender | C1SpellChecker that fired the event. |
| BadWordEventArgs | e | BadWordEventArgs that contains the event data. |
| Name | Description |
|---|---|
| BadWordEventHandler(object, IntPtr) |
| Name | Description |
|---|---|
| BeginInvoke(object, BadWordEventArgs, AsyncCallback, object) | |
| EndInvoke(IAsyncResult) | |
| Invoke(object, BadWordEventArgs) |