CalendarCheckInPreEventArgs 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
Protected method CalendarCheckInPreEventArgs()
Public method CalendarCheckInPreEventArgs([], Boolean) Creates an instance of the CalendarCheckInPreEventArgs class; used internally.

Top

Properties

  Name Description
Public property Calendars Gets a collection of GUIDs that represent all the calendars in an enterprise project calendar dataset. (Inherited from CalendarCheckInPostEventArgs.)
Public property Cancel Reads or writes whether to cancel a check in of the calendar.
Public property CancelReason Reads or writes text that explains why a calendar check in is to be cancelled.
Public property 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
Public method CancelEvent Cancels the check in of the calendar.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See also

Reference

CalendarCheckInPreEventArgs class

Microsoft.Office.Project.Server.Events namespace