Track Method
Definition
Namespace: Avalonia.LogicalTree
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
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>