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

ReactiveLayoutComponentBase<T>.

Activated Property

Summary

Gets a observable which is triggered when the ViewModel is activated.
Namespace
ReactiveUI.Blazor
Containing Type
ReactiveLayoutComponentBase<T>

Syntax

public IObservable<Unit> Activated { get; }

Value

Type Description
IObservable<Unit>