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

ReactiveTableViewController.

Deactivated Property

Summary

Gets a observable which is triggered when the ViewModel is deactivated.
Namespace
ReactiveUI
Containing Type
ReactiveTableViewController

Syntax

public IObservable<Unit> Deactivated { get; }

Value

Type Description
IObservable<Unit>