ReportingPostCustomFieldDeletedEventArgs Members
Include Protected Members
Include Inherited Members
Represents methods and properties in the post-event arguments for the OnCustomFieldDeleted event handler method.
The ReportingPostCustomFieldDeletedEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ReportingPostCustomFieldDeletedEventArgs | Creates an instance of the ReportingPostCustomFieldDeletedEventArgs class; used internally. |
Top
Properties
Name | Description | |
---|---|---|
CustomFieldTypeGuid | Gets the GUID of the deleted custom field. |
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 | Returns a text field that contains the GUID of the deleted custom field. (Overrides Object.ToString().) |
Top