Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.47 KB

manipulationinertiastartingroutedeventargs.md

File metadata and controls

26 lines (17 loc) · 1.47 KB
-api-id -api-type
T:Microsoft.UI.Xaml.Input.ManipulationInertiaStartingRoutedEventArgs
winrt class

Microsoft.UI.Xaml.Input.ManipulationInertiaStartingRoutedEventArgs

-description

Provides data for the ManipulationInertiaStarting 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]

-see-also

RoutedEventArgs ndows.ui.xaml/routedeventargs.md)