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