LightweightObservableBase<T>.

Subscribed(IObserver<T>, bool) Method

Namespace
Avalonia.Reactive
Containing Type
LightweightObservableBase<T>

Syntax

protected virtual void Subscribed(IObserver<T> observer, bool first)

Parameters

Name Type Description
observer IObserver<T>
first bool

Return Value

Type Description
void