UIElement.PointerEnteredEvent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the identifier for the PointerEntered routed event.
public:
static property RoutedEvent ^ PointerEnteredEvent { RoutedEvent ^ get(); };
static RoutedEvent PointerEnteredEvent();
public static RoutedEvent PointerEnteredEvent { get; }
var routedEvent = UIElement.pointerEnteredEvent;
Public Shared ReadOnly Property PointerEnteredEvent As RoutedEvent
Property Value
The identifier for the PointerEntered routed event.