Interface INotifyCollectionChangedPausable
Namespace: Ludiq
Syntax
public interface INotifyCollectionChangedPausable : INotifyCollectionChanged
Methods
PauseCollectionChangeNotifications()
Declaration
void PauseCollectionChangeNotifications()
ResumeCollectionChangeNotifications(Boolean)
Declaration
bool ResumeCollectionChangeNotifications(bool notify)
Parameters
| Type | Name | Description |
|---|---|---|
| Boolean | notify |
Returns
| Type | Description |
|---|---|
| Boolean |