CustomFieldsDeletePreEventArgs members
Represents methods and properties in the pre-event arguments for the OnDeleting event handler method.
The CustomFieldsDeletePreEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CustomFieldsDeletePreEventArgs() | ||
CustomFieldsDeletePreEventArgs([]) | Creates an instance of the CustomFieldsDeletePreEventArgs class; used internally. |
Top
Properties
Name | Description | |
---|---|---|
Cancel | Reads or writes a Boolean value that indicates whether to cancel deletion of a custom field. | |
CancelReason | Reads or writes text that explains why deletion of a custom field is to be canceled. | |
CustomFields | Gets a collection of GUIDs of custom fields that have been deleted. (Inherited from CustomFieldsDeletePostEventArgs.) |
Top
Methods
Name | Description | |
---|---|---|
CancelEvent | Cancels deletion 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