DrawingSurface.SetManipulationHandler Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Sets the object that will receive manipulation events from the DrawingSurface.
Assembly: System.Windows (in System.Windows.dll)
'Declaration Public Sub SetManipulationHandler ( _ manipulationHandlerInspectable As Object _ )
Parameters
- manipulationHandlerInspectable
- Type: System.Object
A Windows Phone Runtime object that implements the IDrawingSurfaceManipulationHost interface.
Show: