CustomFieldsCheckOutPreEventArgs Members
Include Protected Members
Include Inherited 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 | |
---|---|---|
CustomFieldsCheckOutPreEventArgs | Creates an instance of the CustomFieldsCheckOutPreEventArgs class; used internally. |
Top
Properties
Name | Description | |
---|---|---|
Cancel | Reads or writes a Boolean value that indicates whether to cancel the check out of a custom field. | |
CancelReason | Reads or writes the text that explains why check out of a custom field is to be canceled. | |
CustomFields | Gets a collection of the GUIDs of the custom fields that are checked out. (Inherited from CustomFieldsCheckOutPostEventArgs.) |
Top
Methods
Name | Description | |
---|---|---|
CancelEvent | Cancels the check out of a custom field. | |
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