Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.51 KB

manipulationstartingroutedeventargs.md

File metadata and controls

30 lines (18 loc) · 1.51 KB
-api-id -api-type
T:Windows.UI.Xaml.Input.ManipulationStartingRoutedEventArgs
winrt class

Windows.UI.Xaml.Input.ManipulationStartingRoutedEventArgs

-description

Provides data for the ManipulationStarting, event.

-remarks

-examples

The following code example shows scenario 4 from the Input sample. This code shows some usage patterns for direct manipulation using the ManipulationStarting, ManipulationStarted, ManipulationDelta, ManipulationInertiaStarting, and ManipulationCompleted events.

[!code-csharpScenario4Code]

[!code-vbScenario4Code]

-see-also

RoutedEventArgs ndows.ui.xaml/routedeventargs.md)