[]
Represents the method that will handle a Click event.
public delegate void ClickEventHandler(object sender, ClickEventArgs e)
| Type | Name | Description |
|---|---|---|
| object | sender | The source of the event. |
| ClickEventArgs | e | A ClickEventArgs object that contains the event data. |
| Name | Description |
|---|---|
| ClickEventHandler(object, IntPtr) |
| Name | Description |
|---|---|
| BeginInvoke(object, ClickEventArgs, AsyncCallback, object) | |
| EndInvoke(IAsyncResult) | |
| Invoke(object, ClickEventArgs) |