www.Chart4.NET | Samples

Occurs when a node is expanded or collapsed.

Namespace:  UnifoChart.Hierarchy
Assembly:  UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)

Syntax

C#
public event HierarchyEventHandler heNodeExpandCollapse
Visual Basic (Declaration)
Public Event heNodeExpandCollapse As HierarchyEventHandler
Visual Basic (Usage)
Dim instance As HierarchyWeb
Dim handler As HierarchyEventHandler

AddHandler instance.heNodeExpandCollapse, handler
Visual C++
public:
 event HierarchyEventHandler^ heNodeExpandCollapse {
	void add (HierarchyEventHandler^ value);
	void remove (HierarchyEventHandler^ value);
}
J#
/** @event */
public void add_heNodeExpandCollapse (HierarchyEventHandler value)
/** @event */
public void remove_heNodeExpandCollapse (HierarchyEventHandler value)
JScript
JScript does not support events.
JavaScript
function add_heNodeExpandCollapse(value);
function remove_heNodeExpandCollapse(value);

See Also