Themes for WinForms | ComponentOne
C1.Win.C1Themes.Extended.4.5.2 Assembly / C1.Win.C1Themes Namespace / C1ThemePicker Class / UpDownButtonClick Event

In This Topic
    UpDownButtonClick Event
    In This Topic
    Syntax
    'Declaration
     
    Public Event UpDownButtonClick As C1.Win.C1Input.UpDownButtonClickEventHandler
    public event C1.Win.C1Input.UpDownButtonClickEventHandler UpDownButtonClick
    Event Data

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

    PropertyDescription
     
     
    See Also