CalendarCheckInPreEventArgs Members
Include Protected Members
Include Inherited Members
Represents methods and properties in the pre-event arguments for the OnCheckingIn event handler method.
The CalendarCheckInPreEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CalendarCheckInPreEventArgs | Creates an instance of the CalendarCheckInPreEventArgs 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 CalendarCheckInPostEventArgs.) | |
Cancel | Reads or writes whether to cancel a check in of the calendar. | |
CancelReason | Reads or writes text that explains why a calendar check in is to be cancelled. | |
Force | Gets a Boolean value that indicates whether an administrator or project owner forced check-in of a project. (Inherited from CalendarCheckInPostEventArgs.) |
Top
Methods
Name | Description | |
---|---|---|
CancelEvent | Cancels the check in 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