ManipulationStartedRoutedEventArgs
ManipulationStartedRoutedEventArgs
ManipulationStartedRoutedEventArgs
ManipulationStartedRoutedEventArgs
Class
Definition
Provides data for the ManipulationStarted event.
public : class ManipulationStartedRoutedEventArgs : RoutedEventArgs, IManipulationStartedRoutedEventArgspublic class ManipulationStartedRoutedEventArgs : RoutedEventArgs, IManipulationStartedRoutedEventArgsPublic Class ManipulationStartedRoutedEventArgs Inherits RoutedEventArgs Implements IManipulationStartedRoutedEventArgs// This API is not available in Javascript.
- Inheritance
-
ManipulationStartedRoutedEventArgsManipulationStartedRoutedEventArgsManipulationStartedRoutedEventArgsManipulationStartedRoutedEventArgs
- Attributes
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Inherited Members
Inherited properties
Constructors
ManipulationStartedRoutedEventArgs() ManipulationStartedRoutedEventArgs() ManipulationStartedRoutedEventArgs() ManipulationStartedRoutedEventArgs()
Initializes a new instance of the ManipulationStartedRoutedEventArgs class.
public : ManipulationStartedRoutedEventArgs()public ManipulationStartedRoutedEventArgs()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.
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
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.