www.Chart4.NET (Documentation) | Samples 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 closed for a node. Override this method to validate and save edited data.
Namespace: UnifoChart.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
Syntax
public abstract void OnHide( ref HierarchyWin sender, ref HierarchyEventArgs e, ref bool Cancel )
public abstract void OnHide( /** @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: System Boolean
if set to true, cancels the tooltip hiding for the node and enables further editing.
See Also