Show / Hide Table of Contents

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 Source

FilterPredicate

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>

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)
  • View Source
Back to top Generated by DocFX