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