Input for WinForms | ComponentOne
C1.Win.Input Namespace / UpDownButtonClickEventArgs Class / UpDownButtonClickEventArgs Constructor

In This Topic
    UpDownButtonClickEventArgs Constructor
    In This Topic
    Initializes a new instance of the UpDownButtonClickEventArgs class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal delta As Integer, _
       Optional ByVal handled As Boolean _
    )
    public UpDownButtonClickEventArgs( 
       int delta,
       bool handled
    )

    Parameters

    delta
    handled
    See Also