ReactiveViewHost.SuppressChangeNotifications() method¶
Defined in
Type: ReactiveViewHostReactiveUI.Reactive
Assembly: ReactiveUI.Reactive.dll
Applies to
net10.0-android36.0
public IDisposable SuppressChangeNotifications()
Summary: When this method is called, an object will not fire change notifications (neither traditional nor observable) until the return value is disposed.
Returns: IDisposable -- An IDisposable that re-enables change notifications when disposed.