Share via


InkUnprocessedInput.PointerMoved Event

Definition

Occurs when a pointer moves within the hit test, or bounding, area of an InkCanvas control.

public event TypedEventHandler<InkUnprocessedInput,PointerEventArgs> PointerMoved;

Event Type

Remarks

Input from various devices (including touch, pen, and mouse) is received, processed, and managed as pointer input. User interactions based on any of these devices can produce a PointerMoved event. For more info, see Handle pointer input.

Applies to

See also