CalendarCheckOutPreEventArgs Members
Include Protected Members
Include Inherited Members
Represents methods and properties in the pre-event arguments for the OnCheckingOut event handler method.
The CalendarCheckOutPreEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CalendarCheckOutPreEventArgs | Creates an instance of the CalendarCheckOutPreEventArgs 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 CalendarCheckOutPostEventArgs.) | |
Cancel | Reads or writes whether to cancel a check out of the calendar. | |
CancelReason | Reads or writes text that explains why a calendar check out is to be cancelled. |
Top
Methods
Name | Description | |
---|---|---|
CancelEvent | Cancels a check out 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