Språk

UIElement.OnManipulationCompleted(ManipulationCompletedEventArgs) Metod

Definition

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

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

Parametrar

e
ManipulationCompletedEventArgs

Data för händelsen.

Kommentarer

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

Gäller för