UIElement.OnManipulationStarted(ManipulationStartedEventArgs) Método

Definición

Se invoca cuando se produce el evento ManipulationStarted.

protected:
 virtual void OnManipulationStarted(System::Windows::Input::ManipulationStartedEventArgs ^ e);
protected virtual void OnManipulationStarted (System.Windows.Input.ManipulationStartedEventArgs e);
abstract member OnManipulationStarted : System.Windows.Input.ManipulationStartedEventArgs -> unit
override this.OnManipulationStarted : System.Windows.Input.ManipulationStartedEventArgs -> unit
Protected Overridable Sub OnManipulationStarted (e As ManipulationStartedEventArgs)

Parámetros

e
ManipulationStartedEventArgs

Datos del evento.

Comentarios

El OnManipulationStarted método no tiene ninguna implementación predeterminada. Invalide OnManipulationStarted en una clase derivada para controlar el ManipulationStarted evento. Asegúrese de llamar al OnManipulationStarted método de la clase base para que las clases base reciban el evento.

Se aplica a