PointerMoveEventArgs Class

Definition

Provides data for the OnPointerMove event.

public ref class PointerMoveEventArgs sealed
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [Windows.Foundation.Metadata.Version(1)]
class PointerMoveEventArgs final
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.Version(1)]
public sealed class PointerMoveEventArgs
Public NotInheritable Class PointerMoveEventArgs
Inheritance
Object Platform::Object IInspectable PointerMoveEventArgs
Attributes

Additional features and requirements

Software Development Kit
Minimum supported OS
Windows 10 (10.0.10240.0)

Properties

MouseCoordinate

Gets the coordinates of the pointer.

Applies to