UIElement.OnManipulationDelta(ManipulationDeltaEventArgs) Metod

Definition

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

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

Parametrar

e
ManipulationDeltaEventArgs

Data för händelsen.

Kommentarer

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

Gäller för