TouchDevice::IManipulator::ManipulationEnded Method (Boolean)
.NET Framework (current version)
Occurs when a manipulation has ended.
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.
Implements
IManipulator::ManipulationEnded(Boolean)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
Available since 4.0
Show: