ReportingPostCustomFieldCreatedEventArgs members
Represents methods and properties in the post-event arguments for the OnCustomFieldCreated event handler method.
The ReportingPostCustomFieldCreatedEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ReportingPostCustomFieldCreatedEventArgs() | ||
ReportingPostCustomFieldCreatedEventArgs(Guid, ReportingCustomFieldMetadataDataSet) | Creates an instance of the ReportingPostCustomFieldCreatedEventArgs class; used internally. |
Top
Properties
Name | Description | |
---|---|---|
CustomFieldMetadataDataSet | Gets a ReportingCustomFieldMetadataDataSet object that contains the metadata for the custom field that has been created. | |
CustomFieldTypeGuid | Gets the GUID of the custom field that has been created. |
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 a specified ReportingPostCustomFieldCreatedEventArgs object. (Overrides Object.ToString().) |
Top