Språk

UIElement.OnManipulationStarted(ManipulationStartedEventArgs) Metod

Definition

Anropas när händelsen ManipulationStarted inträffar.

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)

Parametrar

e
ManipulationStartedEventArgs

Data för händelsen.

Kommentarer

Metoden OnManipulationStarted har ingen standardimplementering. Åsidosätt OnManipulationStarted i en härledd klass för att hantera ManipulationStarted händelsen. Var noga med att anropa metoden för OnManipulationStarted basklassen så att basklasserna tar emot händelsen.

Gäller för