[]
        
(Showing Draft Content)

C1.Win.Calendar.DateChangingEventArgs

DateChangingEventArgs Class

Provides data for the SelectionChanging event of the C1CalendarView control and the event DateValueSelecting of the C1DateEdit control.

Inheritance
DateChangingEventArgs
Namespace: C1.Win.Calendar
Assembly: C1.Win.Calendar.8.dll
Syntax
public class DateChangingEventArgs : CancelEventArgs

Constructors

Name Description
DateChangingEventArgs(DateTime, DateTime)

Initializes a new instance of the DateChangingEventArgs class.

Properties

Name Description
NewDay

Gets the date of the new day.

OldDay

Gets the date of the old day.