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
Public method FilterConsumerInitEventArgs Obsolete. Initializes a new instance of the FilterConsumerInitEventArgs class.

Top

Properties

  Name Description
Public property FieldDisplayList Obsolete. Gets or sets the optional list of field display names passed to the event handler for FilterConsumerInitevent.
Public property FieldList Obsolete. Gets or sets the list of field names passed to the event handler for the FilterConsumerInitevent.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See Also

Reference

FilterConsumerInitEventArgs Class

Microsoft.SharePoint.WebPartPages.Communication Namespace