ScrollViewer.OnManipulationStarting(ManipulationStartingEventArgs) Method

Definition

Called when the ManipulationStarting event occurs.

protected:
 override void OnManipulationStarting(System::Windows::Input::ManipulationStartingEventArgs ^ e);
protected override void OnManipulationStarting (System.Windows.Input.ManipulationStartingEventArgs e);
override this.OnManipulationStarting : System.Windows.Input.ManipulationStartingEventArgs -> unit
Protected Overrides Sub OnManipulationStarting (e As ManipulationStartingEventArgs)

Parameters

e
ManipulationStartingEventArgs

The event data.

Remarks

The OnManipulationInertiaStarting method sets the Handled property to true.

Applies to