FilterEventArgs.Accepted Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets or sets a value that indicates whether the item passes the filter criteria.

Namespace:  System.Windows.Data
Assembly:  System.Windows (in System.Windows.dll)

Syntax

Public Property Accepted As Boolean
public bool Accepted { get; set; }

Property Value

Type: System..::.Boolean
true if the item passes the filter; otherwise, false.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

FilterEventArgs Class

System.Windows.Data Namespace