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