Input for WinForms | ComponentOne
C1.Win.Input Namespace / C1TextBox Class / UpDownButtonClick Event

In This Topic
    UpDownButtonClick Event (C1TextBox)
    In This Topic
    Occurs when Up or Down buttons are clicked.
    Syntax
    '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.

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