Control.OnManipulationStarting(ManipulationStartingRoutedEventArgs) 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 ManipulationStarting event occurs.
protected:
virtual void OnManipulationStarting(ManipulationStartingRoutedEventArgs ^ e) = OnManipulationStarting;
void OnManipulationStarting(ManipulationStartingRoutedEventArgs const& e);
protected virtual void OnManipulationStarting(ManipulationStartingRoutedEventArgs e);
function onManipulationStarting(e)
Protected Overridable Sub OnManipulationStarting (e As ManipulationStartingRoutedEventArgs)
Parameters
Event data for the event.