UIElement.ManipulationCompleted Event
Occurs when a manipulation and inertia on the UIElement object is complete.
Assembly: PresentationCore (in PresentationCore.dll)
You can use this event to get information about the manipulation when it completes. For example, you can use the ManipulationCompletedEventArgs.TotalManipulation property to determine the total amount the position of the manipulation changed.
For more information about manipulations, see the Input Overview. For an example of an application that responds to manipulations, see Walkthrough: Creating Your First Touch Application.
Identifier field | |
Routing strategy | Bubbling |
Delegate | EventHandler<TEventArgs> of type ManipulationCompletedEventArgs. |
.NET Framework
Available since 4.0
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 7.0
Available since 4.0
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 7.0