RowProviderInitEventArgs Members
Include Protected Members
Include Inherited Members
NOTE: This API is now obsolete.
Provides the field names and optional field display names for the row provided by a Web Part that implements the [T][:Microsoft.SharePoint.WebPartPages.Communication.IRowProvider] interface when the RowProviderInit event occurs.
The RowProviderInitEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
RowProviderInitEventArgs | Obsolete. Initializes an instance of the RowProviderInitEventArgs class. |
Top
Properties
Name | Description | |
---|---|---|
FieldDisplayList | Obsolete. Gets or sets the optional list of field display names passed to the event handler for the RowProviderInit event. | |
FieldList | Obsolete. Gets or sets the field names passed to the event handler for the RowProviderInit event. |
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