UIElement.OnManipulationStarting(ManipulationStartingEventArgs) 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.
Zapewnia obsługę klas dla zdarzenia kierowanego ManipulationStarting , które występuje po utworzeniu procesora manipulowania.
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
Element ManipulationStartingEventArgs zawierający dane zdarzenia.
Uwagi
Metoda OnManipulationStarting nie ma domyślnej implementacji. Zastąp OnManipulationStarting element w klasie pochodnej ManipulationStarting w celu obsługi zdarzenia. Pamiętaj, aby wywołać metodę klasy OnManipulationStarting bazowej, aby klasy bazowe odbierały zdarzenie.