FlexChart | ComponentOne
C1.WPF.Chart.Finance 程序集 / C1.WPF.Chart.Finance 命名空间 / C1FinancialChart 类 / OnToolTipOpening 方法

本主题中
    OnToolTipOpening 方法 (C1FinancialChart)
    本主题中
    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.
    语法
    '声明
     
    Protected Overridable Sub OnToolTipOpening( _
       ByVal e As ToolTipEventArgs _
    ) 
    protected virtual void OnToolTipOpening( 
       ToolTipEventArgs e
    )

    参数

    e
    请参见