ScrollViewer.OnManipulationCompleted(ManipulationCompletedEventArgs) Method

Definition

Called when the ManipulationCompleted event occurs.

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

Parameters

e
ManipulationCompletedEventArgs

The event data.

Remarks

The OnManipulationCompleted method sets the Handled property to true.

Applies to