Calendar for WinForms | ComponentOne
C1.Win.Input.Base Namespace / IDropDownControlBase Interface / UpDownButtonClick Event

In This Topic
    UpDownButtonClick Event (IDropDownControlBase)
    In This Topic
    Occurs when UpDown buttons are clicked.
    Syntax
    'Declaration
     
    
    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