Version

ActiveDayChangingEventArgs Class Members

The following tables list the members exposed by ActiveDayChangingEventArgs.

Public Constructors
 NameDescription
Public ConstructorActiveDayChangingEventArgs ConstructorConstructs the ActiveDayChangingEventArgs object. This event can be canceled by setting the ActiveDayChangingEventArgs.Cancel property to true.  
Public Properties
 NameDescription
Public PropertyCancelWhen 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)
Public PropertyNewDateThe date that is to be the new ActiveDay.  
Public PropertyNewDateUTCThe date that is to be the new ActiveDay in UTC form  
Public PropertyOldDateThe date that is currently the ActiveDay.  
Public PropertyOldDateUTCThe date that is currently the ActiveDay in UTC form.  
See Also