LogicalTreeAttachmentEventArgs.

Source Property

Summary

Gets the control that was attached or detached from the logical tree.

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