[]
Represents the method that handles a UpDownButtonClick event.
public delegate void UpDownButtonClickEventHandler(object sender, UpDownButtonClickEventArgs e)
| Type | Name | Description |
|---|---|---|
| object | sender | The source of the event. |
| UpDownButtonClickEventArgs | e | An UpDownButtonClickEventArgs object that contains the event data. |
| Name | Description |
|---|---|
| UpDownButtonClickEventHandler(object, IntPtr) |
| Name | Description |
|---|---|
| BeginInvoke(object, UpDownButtonClickEventArgs, AsyncCallback, object) | |
| EndInvoke(IAsyncResult) | |
| Invoke(object, UpDownButtonClickEventArgs) |