TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeView Class / OnApplyNodeCellToolTipText Method

In This Topic
    OnApplyNodeCellToolTipText Method (C1TreeView)
    In This Topic
    Fires the ApplyNodeCellToolTipText event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnApplyNodeCellToolTipText( _
       ByVal e As C1TreeViewToolTipTextEventArgs _
    ) 
    protected virtual void OnApplyNodeCellToolTipText( 
       C1TreeViewToolTipTextEventArgs e
    )

    Parameters

    e
    See Also