The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
UIElement::OnManipulationDelta Method (ManipulationDeltaEventArgs^)
.NET Framework (current version)
Called when the ManipulationDelta event occurs.
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- e
-
Type:
System.Windows.Input::ManipulationDeltaEventArgs^
The data for the event.
The OnManipulationDelta method has no default implementation. Override OnManipulationDelta in a derived class to handle the ManipulationDelta event. Be sure to call the OnManipulationDelta method of the base class so that base classes receive the event.
.NET Framework
Available since 4.0
Available since 4.0
Show: