NoFilter Event
The NoFilter event of the IFilterProvider interface notifies the consumer Web Part that no filter will be provided.
Event Data
The event handler receives a sender parameter which is a reference to the calling object (typically, this) and a System.EventArgs object which in this case is null.
Example
The following code example shows an overriden PartCommunicationMain method that fires the NoFilter event. This code example is part of a larger example provided for the IFilterProvider interface.
Requirements
Platforms: Microsoft Windows ServerĀ 2003
Security: Code Access Security