Share via


LookupTableCheckInPreEventArgs members

Represents methods and properties in the pre-event arguments for the OnCheckingIn event handler method.

The LookupTableCheckInPreEventArgs type exposes the following members.

Constructors

  Name Description
Protected method LookupTableCheckInPreEventArgs()
Public method LookupTableCheckInPreEventArgs([], Boolean) Creates an instance of the LookupTableCheckInPreEventArgs class.

Top

Properties

  Name Description
Public property Cancel Reads or writes a Boolean value that indicates whether to cancel check in of a lookup table.
Public property CancelReason Reads or writes the text that explains why check in of a lookup table is to be canceled.
Public property Force Gets a Boolean value that indicates whether an administrator or project owner forced check in of a lookup table. (Inherited from LookupTableCheckInPostEventArgs.)
Public property LookupTables Gets the collection of GUIDs that are associated with the lookup table that has been checked in. (Inherited from LookupTableCheckInPostEventArgs.)

Top

Methods

  Name Description
Public method CancelEvent Cancels check in of the lookup table.
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

LookupTableCheckInPreEventArgs class

Microsoft.Office.Project.Server.Events namespace