[]
The handler of the word event.
public delegate void WordEventHandler(object sender, WordEventArgs e)
| Type | Name | Description |
|---|---|---|
| object | sender | The element of the sender. |
| WordEventArgs | e | The event. |
| Name | Description |
|---|---|
| WordEventHandler(object, IntPtr) |
| Name | Description |
|---|---|
| BeginInvoke(object, WordEventArgs, AsyncCallback, object) | |
| EndInvoke(IAsyncResult) | |
| Invoke(object, WordEventArgs) |