ScrollViewer.OnManipulationStarting(ManipulationStartingEventArgs) Método

Definição

Chamado quando o evento ManipulationStarting ocorre.

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

Os dados do evento.

Comentários

O OnManipulationInertiaStarting método define a Handled propriedade como true.

Aplica-se a