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

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

    Parameters

    e
    See Also