ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / C1.Xaml.Chart Namespace / FlexChartBase Class / OnPointerExited Method

In This Topic
    OnPointerExited Method (FlexChartBase)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overrides Sub OnPointerExited( _
       ByVal e As Windows.UI.Xaml.Input.PointerRoutedEventArgs _
    ) 
    protected override void OnPointerExited( 
       Windows.UI.Xaml.Input.PointerRoutedEventArgs e
    )

    Parameters

    e
    See Also