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

In This Topic
    UpDownButtonClick Event
    In This Topic
    Syntax
    'Declaration
     
    
    Public Event UpDownButtonClick As EventHandler(Of UpDownButtonClickEventArgs)
    public event EventHandler<UpDownButtonClickEventArgs> UpDownButtonClick
    Event Data

    The event handler receives an argument of type C1.Win.Input.UpDownButtonClickEventArgs containing data related to this event. The following UpDownButtonClickEventArgs properties provide information specific to this event.

    PropertyDescription
     
    (Inherited from System.ComponentModel.HandledEventArgs)
    See Also