FilterConsumerInitEventArgs Members
Include Protected Members
Include Inherited Members
NOTE: This API is now obsolete.
Provides data for the FilterConsumerInit event. When a Web Part that implements the IFilterConsumer interface fires the FilterConsumerInit event, an instance of this class is passed to a Web Part that implements the IFilterProvider or IRowProvider interface that calls the FilterConsumerInit event handler to handle the event.
The FilterConsumerInitEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FilterConsumerInitEventArgs | Obsolete. Initializes a new instance of the FilterConsumerInitEventArgs class. |
Top
Properties
Name | Description | |
---|---|---|
FieldDisplayList | Obsolete. Gets or sets the optional list of field display names passed to the event handler for FilterConsumerInitevent. | |
FieldList | Obsolete. Gets or sets the list of field names passed to the event handler for the FilterConsumerInitevent. |
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