Show / Hide Table of Contents

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 Source

IsFiltered

Gets or sets a value indicating whether this instance is filtered.

Declaration
public bool IsFiltered { get; set; }
Property Value
Type Description
System.Boolean
View Source

Item

Gets or sets the filter item.

Declaration
public object Item { get; }
Property Value
Type Description
System.Object

Extension Methods

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