CalendarDeletePreEventArgs Members
Include Protected Members
Include Inherited Members
Represents methods and properties in the pre-event arguments for the OnDeleting event handler method.
The CalendarDeletePreEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CalendarDeletePreEventArgs | Creates an instance of the CalendarDeletePreEventArgs class; used internally. |
Top
Properties
Name | Description | |
---|---|---|
Calendars | Gets a collection of GUIDS that represent all the calendars in an enterprise project calendar dataset. (Inherited from CalendarDeletePostEventArgs.) | |
Cancel | Reads or writes a Boolean value that indicates whether to cancel deletion of the calendar. | |
CancelReason | Reads or writes text that explains why the calendar deletion is to be canceled. |
Top
Methods
Name | Description | |
---|---|---|
CancelEvent | Cancels deletion of the calendar. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top