Specifies the event that occurs when a pointer moves into the bounding box of the window.
public:
event TypedEventHandler<CoreWindow^ , PointerEventArgs^ >^ PointerEntered {
EventRegistrationToken add (TypedEventHandler<CoreWindow^ , PointerEventArgs^ >^ value);
void remove (EventRegistrationToken token);
}
For touch points this event will be raised before the PointerPressed event.
Namespace: Windows.UI.Core
Metadata: windows.winmd