LogicalTreeAttachmentEventArgs.

Parent Property

Summary

Gets the control that Source is being attached to or detached from.

Syntax

public ILogical Parent { get; }

Remarks

For logical tree attachment, holds the new logical parent of Source. For detachment, holds the old logical parent of Source. If the detachment event was caused by a top-level control being closed, then this property will be null.

Value

Type Description
ILogical