TouchDevice::OnManipulationEnded Method (Boolean)

.NET Framework (current version)
 

Called when a manipulation has ended.

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

protected:
[SecurityCriticalAttribute]
[UIPermissionAttribute(SecurityAction::LinkDemand, Unrestricted = true)]
virtual void OnManipulationEnded(
	bool cancel
)

Parameters

cancel
Type: System::Boolean

true to cancel the action; otherwise, false.

.NET Framework
Available since 4.0
Return to top
Show: