IDrawingSurfaceManipulationHandler.SetManipulationHost method

Called when the manipulation handler is set for a DrawingSurface or DrawingSurfaceBackgroundGrid control.

Syntax

void SetManipulationHost(
  DrawingSurfaceManipulationHost manipulationHost
)
Sub SetManipulationHost(
  manipulationHost As DrawingSurfaceManipulationHost 
)
void SetManipulationHost(
  DrawingSurfaceManipulationHost^ manipulationHost
)

Parameters

  • manipulationHost
    Type: DrawingSurfaceManipulationHost

    The object that receives manipulation events from the drawing surface.

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

IDrawingSurfaceManipulationHandler