Control.OnManipulationStarted(ManipulationStartedRoutedEventArgs) 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 ManipulationStarted event occurs.
void OnManipulationStarted(ManipulationStartedRoutedEventArgs const& e);
protected virtual void OnManipulationStarted(ManipulationStartedRoutedEventArgs e);
function onManipulationStarted(e)
Protected Overridable Sub OnManipulationStarted (e As ManipulationStartedRoutedEventArgs)
Parameters
Event data for the event.