Interface INotifyCollectionChangedSuspender
- Namespace
- DynamicData.Binding
- Assembly
- DynamicData.dll
Represents an observable collection where collection changed and count notifications can be suspended.
public interface INotifyCollectionChangedSuspender
Methods
SuspendCount()
Suspends count notifications.
IDisposable SuspendCount()
Returns
- IDisposable
A disposable which when disposed re-activates count notifications.
SuspendNotifications()
Suspends notifications. When disposed, a reset notification is fired.
IDisposable SuspendNotifications()
Returns
- IDisposable
A disposable which when disposed re-activates notifications.