Occurs when the pointer moves outside the bounding box of the Microsoft Store app.
public:
event TypedEventHandler<CoreWindow^ , PointerEventArgs^ >^ PointerExited {
EventRegistrationToken add (TypedEventHandler<CoreWindow^ , PointerEventArgs^ >^ value);
void remove (EventRegistrationToken token);
}
For touch input, the app receives this event before a PointerReleased event.
Namespace: Windows.UI.Core
Metadata: windows.winmd