LogicalTreeAttachmentEventArgsSource Property
Gets the control that was attached or detached from the logical tree.
Namespace: Avalonia.LogicalTreeAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public ILogical Source { get; }
Public ReadOnly Property Source As ILogical
Get
member Source : ILogical with get
Property Value
ILogical
Logical tree attachment events travel down the attached logical tree from the point of
attachment/detachment, so this control may be different from the control that the
event is being raised on.