ComponentOne TreeView for WinForms
ApplyNodeCellToolTipText Event

C1.Win.TreeView Namespace > C1TreeView Class : ApplyNodeCellToolTipText Event
Occurs before displaying tree node tooltip.
Syntax
'Declaration
 
<C1DescriptionAttribute("ツリーノードのツールチップが表示される前に発生します。")>
<C1CategoryAttribute("動作")>
Public Event ApplyNodeCellToolTipText As C1TreeViewToolTipTextEventHandler
[C1Description("ツリーノードのツールチップが表示される前に発生します。")]
[C1Category("動作")]
public event C1TreeViewToolTipTextEventHandler ApplyNodeCellToolTipText
Event Data

The event handler receives an argument of type C1TreeViewToolTipTextEventArgs containing data related to this event. The following C1TreeViewToolTipTextEventArgs properties provide information specific to this event.

PropertyDescription
(Inherited from System.ComponentModel.CancelEventArgs)
Gets the tree column index of TreeView control.  
Gets the tree node that has been checked, expanded, collapsed, or selected. (Inherited from C1.Win.TreeView.C1TreeViewCancelEventArgs)
Gets or sets the text that appears when the mouse pointer hovers over a C1TreeNode.  
See Also