Control.OnManipulationDelta(ManipulationDeltaRoutedEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called before the ManipulationDelta event occurs.
protected:
virtual void OnManipulationDelta(ManipulationDeltaRoutedEventArgs ^ e) = OnManipulationDelta;
void OnManipulationDelta(ManipulationDeltaRoutedEventArgs const& e);
protected virtual void OnManipulationDelta(ManipulationDeltaRoutedEventArgs e);
function onManipulationDelta(e)
Protected Overridable Sub OnManipulationDelta (e As ManipulationDeltaRoutedEventArgs)
Parameters
Event data for the event.