Class FilterChangedEventArgs
Defines event arguments for the FilterChangedEventHandler.
Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public class FilterChangedEventArgs : EventArgs
Properties
View SourceFilterPredicate
The predicate that indicates whether the object is part of the filtered list or not.
Declaration
public Predicate<object> FilterPredicate { get; }
Property Value
| Type | Description |
|---|---|
| Predicate<object> |