ManipulationDeltaRoutedEventArgs
ManipulationDeltaRoutedEventArgs
ManipulationDeltaRoutedEventArgs
ManipulationDeltaRoutedEventArgs
Class
Definition
Provides data for the ManipulationDelta event.
public : sealed class ManipulationDeltaRoutedEventArgs : RoutedEventArgs, IManipulationDeltaRoutedEventArgspublic sealed class ManipulationDeltaRoutedEventArgs : RoutedEventArgs, IManipulationDeltaRoutedEventArgsPublic NotInheritable Class ManipulationDeltaRoutedEventArgs Inherits RoutedEventArgs Implements IManipulationDeltaRoutedEventArgs// This API is not available in Javascript.
- Inheritance
-
ManipulationDeltaRoutedEventArgsManipulationDeltaRoutedEventArgsManipulationDeltaRoutedEventArgsManipulationDeltaRoutedEventArgs
- Attributes
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Inherited Members
Inherited properties
Constructors
ManipulationDeltaRoutedEventArgs() ManipulationDeltaRoutedEventArgs() ManipulationDeltaRoutedEventArgs() ManipulationDeltaRoutedEventArgs()
Initializes a new instance of the ManipulationDeltaRoutedEventArgs class.
public : ManipulationDeltaRoutedEventArgs()public ManipulationDeltaRoutedEventArgs()Public Sub New()// This API is not available in Javascript.
Properties
Container Container Container Container
Gets the UIElement that is considered the container of the manipulation.
public : UIElement Container { get; }public UIElement Container { get; }Public ReadOnly Property Container As UIElement// This API is not available in Javascript.
The UIElement that is considered the container of the manipulation.
Remarks
Cumulative Cumulative Cumulative Cumulative
Gets the overall changes since the beginning of the manipulation.
public : ManipulationDelta Cumulative { get; }public ManipulationDelta Cumulative { get; }Public ReadOnly Property Cumulative As ManipulationDelta// This API is not available in Javascript.
The overall changes since the beginning of the manipulation.
Delta Delta Delta Delta
Gets the most recent changes of the current manipulation, as a ManipulationDelta.
public : ManipulationDelta Delta { get; }public ManipulationDelta Delta { get; }Public ReadOnly Property Delta As ManipulationDelta// This API is not available in Javascript.
The most recent changes of the current manipulation.
Handled Handled Handled 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 : PlatForm::Boolean Handled { get; set; }public bool Handled { get; set; }Public ReadWrite Property Handled As bool// This API is not available in Javascript.
- Value
- PlatForm::Boolean bool bool bool
true to mark the routed event handled; false to leave the routed event unhandled, which permits the event to potentially route further. The default is false.
- See Also
IsInertial IsInertial IsInertial IsInertial
Gets whether the ManipulationDelta event occurs during inertia.
public : PlatForm::Boolean IsInertial { get; }public bool IsInertial { get; }Public ReadOnly Property IsInertial As bool// This API is not available in Javascript.
- Value
- PlatForm::Boolean bool bool bool
true if the ManipulationDelta event occurs during inertia; false if the event occurs while the user's input device has contact with the element.
PointerDeviceType PointerDeviceType PointerDeviceType PointerDeviceType
Gets the PointerDeviceType for the pointer device involved in the manipulation.
public : PointerDeviceType PointerDeviceType { get; }public PointerDeviceType PointerDeviceType { get; }Public ReadOnly Property PointerDeviceType As PointerDeviceType// This API is not available in Javascript.
A value of the enumeration.
Position Position Position Position
Gets the point from which the manipulation originated.
public : Point Position { get; }public Point Position { get; }Public ReadOnly Property Position As Point// This API is not available in Javascript.
- See Also
Velocities Velocities Velocities Velocities
Gets the rates of the most recent changes to the manipulation.
public : ManipulationVelocities Velocities { get; }public ManipulationVelocities Velocities { get; }Public ReadOnly Property Velocities As ManipulationVelocities// This API is not available in Javascript.
The rates of the most recent changes to the manipulation.