UIElement.ManipulationCompleted Event
Occurs when a manipulation and inertia on the UIElement is complete.
Namespace: System.Windows
Assembly: System.Windows (in System.Windows.dll)
Version Notes
Silverlight for the desktop
Do not use for a Silverlight for the desktop application.
Silverlight for Windows Phone
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
ScrollViewer fires ManipulationCompleted before Inertia Stops on WP7
See Peter Torr's blog here for a workaround.
http://blogs.msdn.com/b/ptorr/archive/2010/07/23/how-to-detect-when-a-list-is-scrolling-or-not.aspx
- 1/11/2012
- Anthony Wieser