FilterEventArgs::Accepted Property
.NET Framework (current version)
Gets or sets a value that indicates whether the item passes the filter.
Assembly: PresentationFramework (in PresentationFramework.dll)
Property Value
Type: System::Booleantrue if the item passes the filter; otherwise, false. The default is false.
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: