Control.OnManipulationStarted(ManipulationStartedRoutedEventArgs) Method

Definition

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

e
ManipulationStartedRoutedEventArgs

Event data for the event.

Applies to

See also