Share via


PointerDownEventArgs Class

Definition

Provides data for the OnPointerDown event.

public ref class PointerDownEventArgs 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 PointerDownEventArgs 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 PointerDownEventArgs
Public NotInheritable Class PointerDownEventArgs
Inheritance
Object Platform::Object IInspectable PointerDownEventArgs
Attributes

Additional features and requirements

Software Development Kit
Minimum supported OS
Windows 10 (10.0.10240.0)

Properties

KeyCode

Gets the key code for the pointer.

PointerCoordinate

Gets the coordinate of the pointer.

PointerType

Gets the type of pointer device.

Applies to