ScrollViewer.OnManipulationStarting(ManipulationStartingEventArgs) Método

Definición

Se invoca cuando se produce el evento ManipulationStarting.

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)

Parámetros

e
ManipulationStartingEventArgs

Datos del evento.

Comentarios

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

Se aplica a