CoreWindow.PointerEntered Event

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

Syntax

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

Remarks

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

Requirements

Namespace: Windows.UI.Core

Metadata: windows.winmd

See also

Reference

CoreWindow Class

CoreWindow Members

Windows.UI.Core Namespace