ScrollViewer.OnManipulationDelta(ManipulationDeltaEventArgs) Method

Definition

Called when the ManipulationDelta event occurs.

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

Parameters

e
ManipulationDeltaEventArgs

The event data.

Remarks

The OnManipulationDelta method sets the Handled property to true.

Applies to