FilterEventHandler Delegate
Represents the method that will handle the CollectionViewSource.Filter event.
Namespace: System.Windows.Data
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- sender
- Type: System.Object
The source of the event.
- e
- Type: System.Windows.Data.FilterEventArgs
The event data.
The following example shows how to set an event handler for the CollectionViewSource.Filter event. In this example, listingDataView is an instance of CollectionViewSource.
The following example shows the implementation of the example ShowOnlyBargainsFilter filter event handler. This event handler uses the FilterEventArgs.Accepted property to filter out AuctionItem objects that have a CurrentPrice of $25.00 or greater.
For the complete example, see Data Binding Demo.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.