UIElement.OnManipulationStarting(ManipulationStartingEventArgs) Metod

Definition

Tillhandahåller klasshantering för den ManipulationStarting dirigerade händelsen som inträffar när manipuleringsprocessorn först skapas.

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

Parametrar

e
ManipulationStartingEventArgs

En ManipulationStartingEventArgs som innehåller händelsedata.

Kommentarer

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

Gäller för