ListProviderInitEventArgs members
NOTE: This API is now obsolete.
Provides the field names and optional field display names for the list provided by a Web Part that implements the IListProviderinterface when the ListProviderInit event occurs.
The ListProviderInitEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ListProviderInitEventArgs | Obsolete. Initializes a new instance of the ListProviderInitEventArgs class. |
Top
Properties
Name | Description | |
---|---|---|
FieldDisplayList | Obsolete. Gets or sets the optional list of field display names passed to the event handler for the ListProviderInit event. | |
FieldList | Obsolete. Gets or sets the list of field names passed to the event handler for the ListProviderInitevent. |
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