MultiScaleImage.MotionFinished Event
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Occurs when the zoom or pan animation ends.
Namespace: System.Windows.Controls
Assembly: System.Windows (in System.Windows.dll)
Syntax
'Declaration
Public Event MotionFinished As RoutedEventHandler
public event RoutedEventHandler MotionFinished
<MultiScaleImage MotionFinished="eventhandler"/>
Remarks
Animations are used to transition between different zoom levels and to show motion as the user pans from one area of an image to another. This event occurs when one of these animations ends.
Version Information
Silverlight
Supported in: 5, 4, 3
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
See Also