InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / C1InputPanelBase Class / ResubscribeTooltip Method

In This Topic
    ResubscribeTooltip Method (C1InputPanelBase)
    In This Topic
    Occurs when an external C1SuperTooltip is attached or detached.
    Syntax
    'Declaration
     
    Protected Overridable Sub ResubscribeTooltip( _
       ByVal oldTooltip As C1SuperTooltipBase, _
       ByVal newTooltip As C1SuperTooltipBase _
    ) 
    protected virtual void ResubscribeTooltip( 
       C1SuperTooltipBase oldTooltip,
       C1SuperTooltipBase newTooltip
    )

    Parameters

    oldTooltip
    newTooltip
    See Also