Show / Hide Table of Contents

Class FilterChangedEventArgs

Defines event arguments for the FilterChangedEventHandler.

Inheritance
object
EventArgs
FilterChangedEventArgs
EventArgs.Empty
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
Predicate<object>

Extension Methods

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