ScrollViewer.OnManipulationCompleted(ManipulationCompletedEventArgs) Método

Definición

Se invoca cuando se produce el evento ManipulationCompleted.

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)

Parámetros

e
ManipulationCompletedEventArgs

Datos del evento.

Comentarios

El OnManipulationCompleted método establece la Handled propiedad en true.

Se aplica a