UIElement.OnManipulationStarted(ManipulationStartedEventArgs) Metoda

Definicja

Wywoływana, ManipulationStarted gdy wystąpi zdarzenie.

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

Dane zdarzenia.

Uwagi

Metoda nie ma domyślnej OnManipulationStarted implementacji. Przesłoń OnManipulationStarted w klasie pochodnej, aby obsłużyć ManipulationStarted zdarzenie. Pamiętaj, aby wywołać metodę OnManipulationStarted klasy bazowej, aby klasy podstawowe odbierały zdarzenie.

Dotyczy