ControlLocatorTrack Method
Namespace: Avalonia.LogicalTreeAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static IObservable<ILogical?> Track(
ILogical relativeTo,
int ancestorLevel,
Type? ancestorType = null
)
Public Shared Function Track (
relativeTo As ILogical,
ancestorLevel As Integer,
Optional ancestorType As Type = Nothing
) As IObservable(Of ILogical)
static member Track :
relativeTo : ILogical *
ancestorLevel : int *
?ancestorType : Type
(* Defaults:
let _ancestorType = defaultArg ancestorType null
*)
-> IObservable<ILogical>
- relativeTo ILogical
-
- ancestorLevel Int32
-
- ancestorType Type (Optional)
-
IObservableILogical