InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / SpinButtonClickEventHandler Delegate
The source of the event.
A SpinButtonClickEventArgs object that contains the event data.

In This Topic
    SpinButtonClickEventHandler Delegate
    In This Topic
    Represents the method that handles the SpinButtonClick event.
    Syntax
    'Declaration
     
    Public Delegate Sub SpinButtonClickEventHandler( _
       ByVal sender As Object, _
       ByVal e As SpinButtonClickEventArgs _
    ) 
    public delegate void SpinButtonClickEventHandler( 
       object sender,
       SpinButtonClickEventArgs e
    )

    Parameters

    sender
    The source of the event.
    e
    A SpinButtonClickEventArgs object that contains the event data.
    See Also