The recording of the first ever ReactiveUI virtual conference is available on our YouTube Channel.

ReactiveTabBarController.

SuppressChangeNotifications() Method

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
ReactiveTabBarController

Syntax

public IDisposable SuppressChangeNotifications()

Return Value

Type Description
IDisposable An object that, when disposed, reenables change notifications.