CoreWindow.PointerExited Event

Occurs when the pointer moves outside the bounding box of the Microsoft Store app.

Syntax

public:
event TypedEventHandler<CoreWindow^ , PointerEventArgs^ >^ PointerExited {
         EventRegistrationToken add (TypedEventHandler<CoreWindow^ , PointerEventArgs^ >^ value);
         void remove (EventRegistrationToken token);
}  

Remarks

For touch input, the app receives this event before a PointerReleased event.

Requirements

Namespace: Windows.UI.Core

Metadata: windows.winmd

See also

Reference

CoreWindow Class

CoreWindow Members

Windows.UI.Core Namespace