2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / ShowTooltipEventHandler Delegate

In This Topic
    ShowTooltipEventHandler Delegate
    In This Topic
    Represents the method that will handle the ShowTooltip event of a C1Chart class.
    Syntax
    'Declaration
     
    Public Delegate Sub ShowTooltipEventHandler( _
       ByVal sender As System.Object, _
       ByVal e As ShowTooltipEventArgs _
    ) 
    public delegate void ShowTooltipEventHandler( 
       System.object sender,
       ShowTooltipEventArgs e
    )

    Parameters

    sender
    e
    See Also