ManipulationInertiaStartingEventArgs::Cancel Method ()

.NET Framework (current version)
 

Cancels the manipulation.

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

public:
bool Cancel()

Return Value

Type: System::Boolean

true if the manipulation was successfully canceled; otherwise, false.

If the method succeeds, the default TouchDevice sends previous touch events as mouse down, mouse move, or mouse up events to the element and future manipulation events do not occur.

.NET Framework
Available since 4.0
Return to top
Show: