Onlinewww.Chart4.NET (Documentation) | OnlineSamples Download | Release Notes
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
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 bool Cancel )
Public MustOverride Sub OnNode ( _ ByRef sender As HierarchyWin, _ ByRef e As HierarchyEventArgs, _ ByRef Cancel As Boolean _ )
Public MustOverride Sub OnNode ( _ ByRef sender As HierarchyWin, _ ByRef e As HierarchyEventArgs, _ ByRef Cancel As Boolean _ )
public: virtual void OnNode( HierarchyWin^% sender, HierarchyEventArgs^% e, bool% Cancel ) abstract
public: virtual void OnNode( HierarchyWin^% sender, HierarchyEventArgs^% e, bool% Cancel ) abstract
abstract OnNode : sender : HierarchyWin byref * e : HierarchyEventArgs byref * Cancel : bool byref -> unit
abstract OnNode : sender : HierarchyWin byref * e : HierarchyEventArgs byref * Cancel : bool byref -> unit
public abstract void OnNode( /** @ref */HierarchyWin sender, /** @ref */HierarchyEventArgs e, /** @ref */boolean Cancel )
public abstract void OnNode( /** @ref */HierarchyWin sender, /** @ref */HierarchyEventArgs e, /** @ref */boolean Cancel )
Parameters
- sender
- Type: UnifoChart.HierarchyHierarchyWin
The sender control.
- e
- Type: UnifoChart.HierarchyHierarchyEventArgs
The HierarchyEventArgs instance containing the node data.
- Cancel
- Type: OnlineSystemBoolean
if set to true, cancels the tooltip display for the node.
See Also