UIElement.OnManipulationStarted(ManipulationStartedEventArgs) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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
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.