C1.Win.InputPanel.8 Assembly / C1.Win.InputPanel 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 _
) 
 

Parameters

oldTooltip
newTooltip
See Also