ComponentOne OrgChart for UWP
C1.UWP.OrgChart Assembly / C1.Xaml.OrgChart Namespace / C1OrgChart Class / OnManipulationDelta Method

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

    Parameters

    e
    See Also