Summary
When this method is called, an object will not fire change
notifications (neither traditional nor Observable notifications)
until the return value is disposed.
- Namespace
- ReactiveUI
- Containing Type
- Reactive
Tab Bar Controller
Syntax
public IDisposable SuppressChangeNotifications()
Return Value
Type | Description |
---|---|
IDisposable | An object that, when disposed, reenables change notifications. |