ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / C1.Xaml.Chart.Interaction Namespace / C1AxisScrollbar Class / OnPointerCaptureLost Method

In This Topic
    OnPointerCaptureLost Method (C1AxisScrollbar)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub OnPointerCaptureLost( _
       ByVal e As Windows.UI.Xaml.Input.PointerRoutedEventArgs _
    ) 
    protected virtual void OnPointerCaptureLost( 
       Windows.UI.Xaml.Input.PointerRoutedEventArgs e
    )

    Parameters

    e
    See Also