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