TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeView Class / ApplyNodeCellToolTipText Event

In This Topic
    ApplyNodeCellToolTipText Event (C1TreeView)
    In This Topic
    Occurs before displaying tree node tooltip.
    Syntax
    'Declaration
     
    
    <C1CategoryAttribute("Behavior")>
    <C1DescriptionAttribute("C1TreeView.ApplyNodeCellToolTipText", "Occurs before displaying tree node tooltip.")>
    Public Event ApplyNodeCellToolTipText As C1TreeViewToolTipTextEventHandler
    [C1Category("Behavior")]
    [C1Description("C1TreeView.ApplyNodeCellToolTipText", "Occurs before displaying tree node tooltip.")]
    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