UIElement.OnManipulationStarted(ManipulationStartedEventArgs) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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
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.