Table of Contents

Namespace Dorssel.Utilities.Generic

Classes

DebouncedEventArgs<TData>

Provides data for the Debounced event.

DebouncerBase<TEventArgs>

This class implements the IDebouncerBase<TEventArgs> interface.

Debouncer<TData>

Object which debounces events, i.e., accumulating multiple incoming events into one with the possibility of keeping track of the incoming trigger data.

Interfaces

IDebouncerBase<TEventArgs>

Interface for debouncers accumulating triggers and debouncing.

IDebouncer<TData>

Interface for debouncers accumulating triggers and debouncing.