[]
        
(Showing Draft Content)

C1.Win.Calendar.DateChangingEventArgs.-ctor

DateChangingEventArgs Constructor

DateChangingEventArgs(DateTime, DateTime)

Initializes a new instance of the DateChangingEventArgs class.

Declaration
public DateChangingEventArgs(DateTime oldDay, DateTime newDay)
Parameters
Type Name Description
DateTime oldDay

The date of the old day.

DateTime newDay

The date of the new day.