UIElement.OnManipulationStarted(ManipulationStartedEventArgs) Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Chamado quando o ManipulationStarted evento acontece.
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
Os dados do evento.
Observações
O OnManipulationStarted método não tem uma implementação padrão. Override OnManipulationStarted numa classe derivada para gerir o ManipulationStarted evento. Certifique-se de chamar o OnManipulationStarted método da classe base para que as classes base recebam o evento.