ICoreWindow.PointerExited Event

Specifies the event that occurs when the pointer moves outside the bounding box of the window.

Syntax

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

Remarks

For touch points this event will be raised before the PointerReleased event.

Requirements

Namespace: Windows.UI.Core

Metadata: windows.winmd

See also

Reference

ICoreWindow Interface

ICoreWindow Members

Windows.UI.Core Namespace