ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / C1DropDownControl Class / UpDownButtonClick Event

In This Topic
    UpDownButtonClick Event (C1DropDownControl)
    In This Topic
    Occurs when UpDown buttons are clicked.
    Syntax
    'Declaration
     
    Public Event UpDownButtonClick As UpDownButtonClickEventHandler
    public event UpDownButtonClickEventHandler 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.

    PropertyDescription
    Set to 1 if Up button is pressed, to -1 if Down button is pressed.  
    Set to true in the user's UpDownButtonClick event handler. No built-in processing is done. This allows the user to override the default behavior of the buttons.  
    See Also