[]
Represents the method that will handle the IconClick event.
public delegate void IconClickEventHandler(object sender, IconClickEventArgs e)
| Type | Name | Description |
|---|---|---|
| object | sender | Object that fired the event. |
| IconClickEventArgs | e | IconClickEventArgs object that contains the event data. |
| Name | Description |
|---|---|
| IconClickEventHandler(object, nint) |
| Name | Description |
|---|---|
| BeginInvoke(object, IconClickEventArgs, AsyncCallback, object) | |
| EndInvoke(IAsyncResult) | |
| Invoke(object, IconClickEventArgs) |