Share via


CustomFieldsCheckOutPreEventArgs members

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

The CustomFieldsCheckOutPreEventArgs type exposes the following members.

Constructors

  Name Description
Protected method CustomFieldsCheckOutPreEventArgs()
Public method CustomFieldsCheckOutPreEventArgs([]) Creates an instance of the CustomFieldsCheckOutPreEventArgs class; used internally.

Top

Properties

  Name Description
Public property Cancel Reads or writes a Boolean value that indicates whether to cancel the check out of a custom field.
Public property CancelReason Reads or writes the text that explains why check out of a custom field is to be canceled.
Public property CustomFields Gets a collection of the GUIDs of the custom fields that are checked out. (Inherited from CustomFieldsCheckOutPostEventArgs.)

Top

Methods

  Name Description
Public method CancelEvent Cancels the check out of a custom field.
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

CustomFieldsCheckOutPreEventArgs class

Microsoft.Office.Project.Server.Events namespace