[]
Provides data for the SelectionChanging event of the C1CalendarView control and the event DateValueSelecting of the C1DateEdit control.
public class DateChangingEventArgs : CancelEventArgs
Name | Description |
---|---|
DateChangingEventArgs(DateTime, DateTime) | Initializes a new instance of the DateChangingEventArgs class. |
Name | Description |
---|---|
NewDay | Gets the date of the new day. |
OldDay | Gets the date of the old day. |