Class ItemsSourceFilteringEventArgs
Provides event information for the ItemsSourceFiltering event.
Inheritance
System.Object
    System.EventArgs
    ItemsSourceFilteringEventArgs
  
      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 ItemsSourceFilteringEventArgs : EventArgs
  Properties
View SourceIsFiltered
Gets or sets a value indicating whether this instance is filtered.
Declaration
public bool IsFiltered { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
Item
Gets or sets the filter item.
Declaration
public object Item { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Object |