FlexReport for UWP | ComponentOne
C1.UWP.FlexViewer Assembly / C1.Xaml.FlexViewer Namespace / SelectionGripper Class / OnManipulationDelta Method

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

    Parameters

    e
    See Also