Skip to main content

DragStartEvent

DragStartEvent class has the following properties:

local_x​

The x component of the local position in the coordinate system of the event receiver at which the pointer contacted the screen.

local_y​

The y component of the local position in the coordinate system of the event receiver at which the pointer contacted the screen.

global_x​

The x component of the pointer's global position when it triggered this update.

global_y​

The y component of the pointer's global position when it triggered this update.

timestamp​

Recorded timestamp of the source pointer event that triggered the drag event.