Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.56 KB

manipulationcompletedeventhandler.md

File metadata and controls

35 lines (21 loc) · 1.56 KB
-api-id -api-type
T:Windows.UI.Xaml.Input.ManipulationCompletedEventHandler
winrt delegate

Windows.UI.Xaml.Input.ManipulationCompletedEventHandler

-description

Represents the method that will handle ManipulationCompleted and related events.

-parameters

-param sender

The object where the handler is attached.

-param e

Event data for the 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