CADability dotNET
Notifies the item that its subitems will be shown (IsOpen==true) or that the treeview collapses the subitems (IsOpen==false). The Item should fire the StateChangedEvent event with the appropriate parameters.

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

Syntax

C#
void Opened(
	bool IsOpen
)
Visual Basic
Sub Opened ( _
	IsOpen As Boolean _
)
Visual C++
void Opened(
	bool IsOpen
)

Parameters

IsOpen
Type: System..::..Boolean
Treeview was opened or collpsed

See Also