UIElement.PointerMoved event

Expand
0 out of 1 rated this helpful - Rate this topic

UIElement.PointerMoved event

[This documentation is preliminary and is subject to change.]

Occurs when a pointer moves while the pointer remains within the hit test area of this element.

Syntax


public event PointerEventHandler PointerMoved


<uiElement PointerMoved="eventhandler"/>

Event information

Delegate PointerEventHandler

Remarks

This event is a routed event. For more info on the routed event concept, see Events and routed events overview.

For touch actions and also for interaction-specific or manipulation events that are consequences of a touch action, an element must be hit-test visible in order to be the event source and fire the event that is associated with the action. UIElement.Visibility must be Visible. Other properties of derived types also affect hit-test visibility. For more info, see Hit testing and input events.

This event also supports the ability to attach event handlers to the route that will be invoked even if the event data for the event is marked Handled. See AddHandler.

Requirements

Minimum supported client

Windows 8 Release Preview

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml
Windows::UI::Xaml [C++]

Metadata

Windows.winmd

See also

UIElement
PointerEntered
OnPointerMoved
Quickstart: touch input
XAML user input events sample

 

 

Build date: 5/22/2012

Did you find this helpful?
(1500 characters remaining)
Community Additions ADD