CADability dotNET
Implementation of ChildSelected(IShowProperty), raises the StateChangedEvent

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

Syntax

C#
public virtual void ChildSelected(
	IShowProperty theSelectedChild
)
Visual Basic
Public Overridable Sub ChildSelected ( _
	theSelectedChild As IShowProperty _
)
Visual C++
public:
virtual void ChildSelected(
	IShowProperty^ theSelectedChild
)

Parameters

theSelectedChild
Type: CADability.UserInterface..::..IShowProperty
the now selected child property

Implements

IShowProperty..::..ChildSelected(IShowProperty)

See Also