UIElement.OnManipulationStarted(ManipulationStartedEventArgs) Metoda

Definice

Volá se, ManipulationStarted když dojde k události.

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)

Parametry

e
ManipulationStartedEventArgs

Data události

Poznámky

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

Platí pro