FilterConsumerInit Event
The FilterConsumerInit event of the DataViewWebPart class occurs when a connection is established with a Web Part that implements the IFilterConsumer interface.
Event Data
The event handler receives an argument of type FilterConsumerInitEventArgs containing data related to this event. FilterConsumerInitEventArgs identifies the initial argument structure for design time creation.
Remarks
This event is inherited from the IFilterConsumer interface.
Requirements
Platforms: Microsoft Windows Server 2003
Security: Code Access Security
Related Topics
IFilterConsumer Interface | FilterConsumerInitEventHandler Delegate | FilterConsumerInitEventArgs Class