Show / Hide Table of Contents

Delegate FilterResetEventHandler

delegate to handle the filter reset event.

Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public delegate void FilterResetEventHandler(object sender, FilterResetEventArgs e);
Parameters
Type Name Description
System.Object sender
FilterResetEventArgs e

Extension Methods

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