Version

CancelableActivityEventArgs Class Members

The following tables list the members exposed by CancelableActivityEventArgs.

Public Constructors
 NameDescription
Public ConstructorCancelableActivityEventArgs ConstructorConstructs a CancelableActivityEventArgs object.  
Public Properties
 NameDescription
Public PropertyActivityThe Activity object associated with the event.  
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 PropertySourceA string Id that identifies the caller of the method that invoked the event. In most cases the Id will contain the Id of the UI control that invoked the triggering method on WebScheduleInfo. This parameter is optional and may be null.  
See Also