BindingExpression.

Subscribed(IObserver<object>, bool) Method

Namespace
Avalonia.Data.Core
Containing Type
BindingExpression

Syntax

protected override void Subscribed(IObserver<object> observer, bool first)

Parameters

Name Type Description
observer IObserver<object>
first bool

Return Value

Type Description
void