ToolTipForm OnNode Method Chart4.NET - Organization Charting Component (C#/VB.NET/ASP.NET) - Documentation
Onlinewww.Chart4.NET (Documentation) | OnlineSamples Download | Release Notes

Called before the tooltip form is to be displayed for a node. Override this method to get the node data and to display/edit further information about the node.

Namespace: UnifoChart.Hierarchy
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
Syntax

public abstract void OnNode(
	ref HierarchyWin sender,
	ref HierarchyEventArgs e,
	ref bool Cancel
)
public abstract void OnNode(
	/** @ref */HierarchyWin sender,
	/** @ref */HierarchyEventArgs e,
	/** @ref */boolean Cancel
)

Parameters

sender
Type: UnifoChart.Hierarchy HierarchyWin 
The sender control.
e
Type: UnifoChart.Hierarchy HierarchyEventArgs 
The HierarchyEventArgs instance containing the node data.
Cancel
Type: OnlineSystem Boolean 
if set to true, cancels the tooltip display for the node.
See Also