Namespace Dorssel.Utilities
Classes
- DebouncedEventArgs
Provides data for the Debounced event.
- Debouncer
Object which debounces events, i.e., accumulating multiple incoming events into one.
Interfaces
- IDebouncer
This interface specifies the public API for the non-buffering Debouncer class.