'Declaration
Public Event UpDownButtonClick As EventHandler(Of UpDownButtonClickEventArgs)
public event EventHandler<UpDownButtonClickEventArgs> UpDownButtonClick
Event Data
The event handler receives an argument of type UpDownButtonClickEventArgs containing data related to this event. The following UpDownButtonClickEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Delta | Gets the default increment or decrement delta. |
Handled | (Inherited from System.ComponentModel.HandledEventArgs) |
See Also