C1.Win.Input.Base Namespace / C1DropDownControlBase Class / UpDownButtonClick Event

UpDownButtonClick Event (C1DropDownControlBase)
Occurs when Up or Down buttons are clicked.
Syntax
'Declaration
 
Public Event UpDownButtonClick As EventHandler(Of UpDownButtonClickEventArgs)
 
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.

PropertyDescription
Gets the default increment or decrement delta.  
(Inherited from System.ComponentModel.HandledEventArgs)
See Also