[]
Represents the method that handles the SpinButtonClick event.
public delegate void SpinButtonClickEventHandler(object sender, SpinButtonClickEventArgs e)
Type | Name | Description |
---|---|---|
object | sender | The source of the event. |
SpinButtonClickEventArgs | e | A SpinButtonClickEventArgs object that contains the event data. |
Name | Description |
---|---|
SpinButtonClickEventHandler(object, nint) |
Name | Description |
---|---|
BeginInvoke(object, SpinButtonClickEventArgs, AsyncCallback, object) | |
EndInvoke(IAsyncResult) | |
Invoke(object, SpinButtonClickEventArgs) |