ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / MetadataWorkaround Class / OnManipulationDelta Method

In This Topic
    OnManipulationDelta Method (MetadataWorkaround)
    In This Topic
    Syntax
    'Declaration
     
    Protected Sub OnManipulationDelta( _
       ByVal e As Windows.UI.Xaml.Input.ManipulationDeltaRoutedEventArgs _
    ) 
    protected void OnManipulationDelta( 
       Windows.UI.Xaml.Input.ManipulationDeltaRoutedEventArgs e
    )

    Parameters

    e
    See Also