Skip to main content

Track Method

Tracks a named control relative to another control.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public static IObservable<Object?> Track(
INameScope scope,
string name
)
View Source

Parameters

  INameScope
The scope relative from which the object should be resolved.
  String
The name of the object to find.

Return Value

IObservable(Object)

See Also

Reference

NameScopeLocator Class
Avalonia.Controls Namespace