LogicalTreeAttachmentEventArgs.

LogicalTreeAttachmentEventArgs(ILogicalRoot, ILogical, ILogical) Constructor

Summary

Initializes a new instance of the LogicalTreeAttachmentEventArgs class.

Syntax

public LogicalTreeAttachmentEventArgs(ILogicalRoot root, ILogical source, ILogical parent)

Parameters

Name Type Description
root ILogicalRoot The root of the logical tree.
source ILogical The control being attached/detached.
parent ILogical The Parent.

Return Value

Type Description
void