UIElement.OnManipulationStarted(ManipulationStartedEventArgs) Método

Definição

Chamado quando o evento ManipulationStarted ocorre.

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

Os dados do evento.

Comentários

O OnManipulationStarted método não tem implementação padrão. Substitua OnManipulationStarted em uma classe derivada para manipular o ManipulationStarted evento. Certifique-se de chamar o OnManipulationStarted método da classe base para que as classes base recebam o evento.

Aplica-se a