CADability dotNET
Called when the entry was added to the control center or to a parent entry. The parameter represents the tree view object to which the entry was added. Each Added is later matched by a call to Removed(IPropertyTreeView).

Namespace: CADability.UserInterface
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
void Added(
	IPropertyTreeView propertyTreeView
)
Visual Basic
Sub Added ( _
	propertyTreeView As IPropertyTreeView _
)
Visual C++
void Added(
	IPropertyTreeView^ propertyTreeView
)

Parameters

propertyTreeView
Type: CADability.UserInterface..::..IPropertyTreeView
the tree view

See Also