InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputNumericBox Class / SpinButtonClick Event

In This Topic
    SpinButtonClick Event (InputNumericBox)
    In This Topic
    Fires when the up/down buttons are clicked, before their built-in processing.
    Syntax
    'Declaration
     
    Public Event SpinButtonClick As SpinButtonClickEventHandler
    public event SpinButtonClickEventHandler SpinButtonClick
    Event Data

    The event handler receives an argument of type SpinButtonClickEventArgs containing data related to this event. The following SpinButtonClickEventArgs properties provide information specific to this event.

    PropertyDescription
    Equals to 1 if the up button was pressed, equals to -1 if the down button was pressed.  
    Gets or sets a value indicating whether the built-in processing of the up/down button click should be omitted.  
    See Also