Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule Namespace / C1Calendar Class / ResubscribeTooltip Method

In This Topic
    ResubscribeTooltip Method (C1Calendar)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub ResubscribeTooltip( _
       ByVal oldTooltip As C1.Win.C1SuperTooltip.C1SuperTooltipBase, _
       ByVal newTooltip As C1.Win.C1SuperTooltip.C1SuperTooltipBase _
    ) 
    protected virtual void ResubscribeTooltip( 
       C1.Win.C1SuperTooltip.C1SuperTooltipBase oldTooltip,
       C1.Win.C1SuperTooltip.C1SuperTooltipBase newTooltip
    )

    Parameters

    oldTooltip
    newTooltip
    See Also