LookupTableCheckOutPreEventArgs members

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

The LookupTableCheckOutPreEventArgs type exposes the following members.

Constructors

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

Top

Properties

  Name Description
Public property Cancel Reads or writes a Boolean value that indicates whether to cancel check out of a lookup table.
Public property CancelReason Reads or writes the text that explains why check out of a lookup table is to be canceled.
Public property LookupTables Gets the collection of GUIDs that are associated with the lookup table that is checked out. (Inherited from LookupTableCheckOutPostEventArgs.)

Top

Methods

  Name Description
Public method CancelEvent Cancels check out 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

LookupTableCheckOutPreEventArgs class

Microsoft.Office.Project.Server.Events namespace