DrawingSurfaceManipulationHost class

Receives manipulation events from the DrawingSurface and DrawingSurfaceBackgroundGrid controls.

Syntax

public sealed class DrawingSurfaceManipulationHost
Public NotInheritable Class DrawingSurfaceManipulationHost
public ref class DrawingSurfaceManipulationHost sealed 

Members

The DrawingSurfaceManipulationHost class has these types of members:

  • Events

Events

The DrawingSurfaceManipulationHost class has these events.

Event Description
PointerEntered Occurs when a pointer enters the hit test area of a DrawingSurface or DrawingSurfaceBackgroundGrid control.
PointerExited Occurs when a pointer exits the hit test area of a DrawingSurface or DrawingSurfaceBackgroundGrid control.
PointerMoved Occurs when a pointer moves while the pointer remains within the hit test area of a DrawingSurface or DrawingSurfaceBackgroundGrid control.
PointerPressed Occurs when a pointer device initiates a Press action within a DrawingSurface or DrawingSurfaceBackgroundGrid control.
PointerReleased Occurs when a pointer device that previously initiated a Press action is released, within a DrawingSurface or DrawingSurfaceBackgroundGrid control.

 

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

Attributes

[MarshalingBehavior(Agile)]

[Version(0x06020000)]

[WebHostHidden()]

See also

Object