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

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

    Parameters

    e
    Event data for the event.
    See Also