Calendar for WinForms | ComponentOne
C1.Win.Calendar Namespace / DateChangingEventArgs Class / DateChangingEventArgs Constructor
The date of the old day.
The date of the new day.

In This Topic
    DateChangingEventArgs Constructor
    In This Topic
    Initializes a new instance of the DateChangingEventArgs class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal oldDay As Date, _
       ByVal newDay As Date _
    )
    public DateChangingEventArgs( 
       DateTime oldDay,
       DateTime newDay
    )

    Parameters

    oldDay
    The date of the old day.
    newDay
    The date of the new day.
    See Also