Class FilterChangedEventArgs
Defines event arguments for the FilterChangedEventHandler.
Inheritance
System.Object
    System.EventArgs
    FilterChangedEventArgs
  
      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: 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 | 
|---|---|
| System.Predicate<System.Object> |