ReportingPostCustomFieldChangedEventArgs Members
Include Protected Members
Include Inherited Members
Represents methods and properties in the post-event arguments for the OnCustomFieldChanged event handler method.
The ReportingPostCustomFieldChangedEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ReportingPostCustomFieldChangedEventArgs | Creates an instance of the ReportingPostCustomFieldChangedEventArgs class; used internally. |
Top
Properties
Name | Description | |
---|---|---|
CustomFieldMetadataDataSet | Gets a dataset that contains changes to a custom field. | |
CustomFieldTypeGuid | Gets the GUID of the changed 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 string that contains all of the metadata in the specified ReportingCustomFieldMetadataDataSet object. (Overrides Object.ToString().) |
Top