The following tables list the members exposed by ActiveDayChangingEventArgs.
Name | Description | |
---|---|---|
ActiveDayChangingEventArgs Constructor | Constructs the ActiveDayChangingEventArgs object. This event can be canceled by setting the ActiveDayChangingEventArgs.Cancel property to true. |
Name | Description | |
---|---|---|
Cancel | When set to true during the handling of the event, notifies the calling code that processing for the event should be discontinued and/or reversed so as to have no effect. (Inherited from Infragistics.WebUI.WebSchedule.CancelableEventArgs) | |
NewDate | The date that is to be the new ActiveDay. | |
NewDateUTC | The date that is to be the new ActiveDay in UTC form | |
OldDate | The date that is currently the ActiveDay. | |
OldDateUTC | The date that is currently the ActiveDay in UTC form. |