ManipulationCompletedEventArgs Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The ManipulationCompletedEventArgs type exposes the following members.

Properties

  Name Description
Public propertySupported by Silverlight for Windows Phone FinalVelocities Gets the velocities that are used for the manipulation.
Public propertySupported by Silverlight for Windows Phone Handled Gets or sets a value that marks the routed event as handled. Setting to true prevents most handlers along the event route from handling the same event again.
Public propertySupported by Silverlight for Windows Phone IsInertial Gets whether the ManipulationCompleted event occurs during inertia.
Public propertySupported by Silverlight for Windows Phone ManipulationContainer Gets the container that defines the coordinates for the manipulation.
Public propertySupported by Silverlight for Windows Phone ManipulationOrigin Gets the point from which the manipulation originated.
Public propertySupported by Silverlight for Windows Phone OriginalSource Gets a reference to the object that raised the event. (Inherited from RoutedEventArgs.)
Public propertySupported by Silverlight for Windows Phone TotalManipulation Gets the total transformation that occurs during the current manipulation.

Top