CADability dotNET

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

Syntax

C#
void IShowProperty.ChildSelected(
	IShowProperty theSelectedChild
)
Visual Basic
Private Sub ChildSelected ( _
	theSelectedChild As IShowProperty _
) Implements IShowProperty.ChildSelected
Visual C++
private:
virtual void ChildSelected(
	IShowProperty^ theSelectedChild
) sealed = IShowProperty::ChildSelected

Parameters

theSelectedChild
Type: CADability.UserInterface..::..IShowProperty

Implements

IShowProperty..::..ChildSelected(IShowProperty)

See Also