Share via


CoreWindow.PointerCaptureLost Event

Definition

Occurs when a pointer moves to another app. This event is raised after PointerExited and is the final event received by the app for this pointer.

public event TypedEventHandler<CoreWindow,PointerEventArgs> PointerCaptureLost;

Event Type

Implements

Applies to

See also