TouchDevice::IManipulator::ManipulationEnded Method (Boolean)

.NET Framework (current version)
 

Occurs when a manipulation has ended.

Namespace:   System.Windows.Input
Assembly:  PresentationCore (in PresentationCore.dll)

private:
[SecurityCriticalAttribute]
[UIPermissionAttribute(SecurityAction::LinkDemand, Unrestricted = true)]
virtual void ManipulationEnded(
	bool cancel
) sealed = IManipulator::ManipulationEnded

Parameters

cancel
Type: System::Boolean

true to cancel the action; otherwise, false.

This member is an explicit interface member implementation. It can be used only when the TouchDevice instance is cast to an IManipulator interface.

.NET Framework
Available since 4.0
Return to top
Show: