UIElement.OnManipulationStarting(ManipulationStartingEventArgs) Metoda

Definice

Poskytuje zpracování třídy pro ManipulationStarting směrovanou událost, ke které dochází při prvním vytvoření procesoru manipulace.

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)

Parametry

e
ManipulationStartingEventArgs

A ManipulationStartingEventArgs , který obsahuje data události.

Poznámky

Metoda OnManipulationStarting nemá žádnou výchozí implementaci. Přepsání OnManipulationStarting v odvozené třídě pro zpracování ManipulationStarting události. Nezapomeňte volat metodu základní třídy OnManipulationStarting , aby základní třídy obdržely událost.

Platí pro