Class FilterEventArgs
Arguments for the Filter event.
Inheritance
System.Object
System.EventArgs
FilterEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Data
Assembly: OpenSilver.dll
Syntax
public class FilterEventArgs : EventArgs
Remarks
The event receiver should set Accepted to true if the item passes the filter, or false if it fails.
Constructors
| Improve this Doc View SourceFilterEventArgs(Object)
Declaration
public FilterEventArgs(object item)
Parameters
Type | Name | Description |
---|---|---|
System.Object | item |
Properties
| Improve this Doc View SourceAccepted
Declaration
public bool Accepted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Item
Declaration
public object Item { get; }
Property Value
Type | Description |
---|---|
System.Object |