ComponentOne CalendarView for WinForms
C1.Win.C1Input 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, _
       ByVal done As Boolean _
    )
    public UpDownButtonClickEventArgs( 
       int delta,
       bool done
    )

    Parameters

    delta
    done
    See Also