CustomFieldsDeletePostEventArgs members
Represents methods and properties in the post-event arguments for the OnDeleted event handler method.
The CustomFieldsDeletePostEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CustomFieldsDeletePostEventArgs() | ||
CustomFieldsDeletePostEventArgs([]) | Creates an instance of the CustomFieldsDeletePostEventArgs class; used internally. |
Top
Properties
Name | Description | |
---|---|---|
CustomFields | Gets a collection of GUIDs of custom fields that have been deleted. |
Top
Methods
Name | Description | |
---|---|---|
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