Source Property
Gets the control that was attached or detached from the logical tree.
Definition
Namespace: Avalonia.LogicalTree
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public ILogical Source { get; }
Public ReadOnly Property Source As ILogical
Get
member Source : ILogical with get
Property Value
ILogicalRemarks
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.
See Also
Reference
LogicalTreeAttachmentEventArgs Class
Avalonia.LogicalTree Namespace