FlexChart | ComponentOne
C1.WPF.Chart Assembly / C1.WPF.Chart Namespace / FlexChartBase Class / OnToolTipOpening Method

In This Topic
    OnToolTipOpening Method (FlexChartBase)
    In This Topic
    Invoked whenever the System.Windows.FrameworkElement.ToolTipOpening routed event reaches this class in its route. Implement this method to add class handling for this event.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnToolTipOpening( _
       ByVal e As ToolTipEventArgs _
    ) 
    protected override void OnToolTipOpening( 
       ToolTipEventArgs e
    )

    Parameters

    e
    See Also