FilterEventArgs::Item Property
.NET Framework (current version)
Gets the object that the filter should test.
Assembly: PresentationFramework (in PresentationFramework.dll)
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.
.NET Framework
Available since 3.0
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.0
Available since 3.0
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.0
Show: