ComponentOne FinancialChart for UWP
C1.Xaml.Chart Namespace / FlexChartBase Class / OnPointerExited Method
Event data for the event.

In This Topic
    OnPointerExited Method
    In This Topic
    Called before the PointerExited event occurs.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnPointerExited( _
       ByVal e As PointerRoutedEventArgs _
    ) 
    protected override void OnPointerExited( 
       PointerRoutedEventArgs e
    )

    Parameters

    e
    Event data for the event.
    See Also