FilterConsumerInitEventArgs Class
The FilterConsumerInitEventArgs class 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.
System.Object
System.EventArgs
Microsoft.SharePoint.WebPartPages.Communication.InitEventArgs
Microsoft.SharePoint.WebPartPages.Communication.FilterConsumerInitEventArgs
Public Constructors
The following table shows the constructors of the FilterConsumerInitEventArgs class and a brief description of each.
Name | Description |
---|---|
FilterConsumerInitEventArgs | Initializes a new instance of the FilterConsumerInitEventArgs class. |
Public Properties
The following table shows the properties of the FilterConsumerInitEventArgs class, the data type of each property, and a brief description of each.
Name | Data type | Description |
---|---|---|
FieldDisplayList | String | The optional list of field display names passed to the event handler for FilterConsumerInit event. |
FieldList | String | The list of field names passed to the event handler for the FillterConsumerInit event. |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.
Requirements
Namespace: Microsoft.SharePoint.WebPartPages.Communication
Platforms: Microsoft Windows Server 2003
Assembly: Windows SharePoint Services (in Microsoft.SharePoint.dll)
Security: Code Access Security. In addition, the WebPartPermissions.Connections permission is required to use this member.