DrawingSurfaceManipulationHost.PointerMoved event

Occurs when a pointer moves while the pointer remains within the hit test area of a DrawingSurface or DrawingSurfaceBackgroundGrid control.

Syntax

public event TypedEventHandler<DrawingSurfaceManipulationHost, PointerEventArgs> PointerMoved
Public Event PointerMoved As TypedEventHandler(Of DrawingSurfaceManipulationHost, PointerEventArgs)
public:
event TypedEventHandler<DrawingSurfaceManipulationHost, PointerEventArgs>^ PointerMoved {
   Windows::Foundation::EventRegistrationToken add(TypedEventHandler<DrawingSurfaceManipulationHost, PointerEventArgs>^ value);
   void remove(Windows::Foundation::EventRegistrationToken token);
}

Event information

Delegate TypedEventHandler<DrawingSurfaceManipulationHost, PointerEventArgs>

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8

Namespace

Windows.Phone.Input.Interop Windows::Phone::Input::Interop [C++]

Metadata

Windows.WinMD

See also

DrawingSurfaceManipulationHost