The following tables list the members exposed by CancelableActivityEventArgs.
Name | Description | |
---|---|---|
CancelableActivityEventArgs Constructor | Constructs a CancelableActivityEventArgs object. |
Name | Description | |
---|---|---|
Activity | The Activity object associated with the event. | |
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) | |
Source | A 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. |