ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / C1.Xaml.Chart Namespace / C1FlexChart Class / OnManipulationStarting Method

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

    Parameters

    e
    See Also