ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / UpDownButtonClickEventArgs Class / Delta Property

In This Topic
    Delta Property
    In This Topic
    Set to 1 if Up button is pressed, to -1 if Down button is pressed.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Delta As Integer
    public int Delta {get;}
    See Also