Summary
Gets the control that was attached or detached from the logical tree.
- Namespace
- Avalonia
.LogicalTree - Containing Type
- Logical
Tree Attachment Event Args
Syntax
public ILogical Source { get; }
Remarks
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.
Value
Type | Description |
---|---|
ILogical |