Control.OnManipulationStarting(ManipulationStartingRoutedEventArgs) Methode

Definition

Wird aufgerufen, bevor das ManipulationStarting-Ereignis auftritt.

protected:
 virtual void OnManipulationStarting(ManipulationStartingRoutedEventArgs ^ e) = OnManipulationStarting;
void OnManipulationStarting(ManipulationStartingRoutedEventArgs const& e);
protected virtual void OnManipulationStarting(ManipulationStartingRoutedEventArgs e);
function onManipulationStarting(e)
Protected Overridable Sub OnManipulationStarting (e As ManipulationStartingRoutedEventArgs)

Parameter

e
ManipulationStartingRoutedEventArgs

Die Ereignisdaten für das Ereignis.

Hinweise

Windows 8-Verhaltensweise

Windows 8 hatte ein Problem beim Auslösen dieses Ereignisses, wenn mehrere Gesten in kurzer Zeit aufgetreten sind. Beispielsweise kann Windows 8 manipulationStarting nur für die erste Geste und nicht für die zweite Geste auslösen. Das Problem wurde ab Windows 8.1 behoben. Mehrere Startgesten, die vom Eingabesystem verarbeitet werden, lösen jeweils ein bestimmtes ManipulationStarting-Ereignis aus.

Apps, die für Windows 8 kompiliert wurden, aber unter Windows 8.1 ausgeführt werden, weisen weiterhin das Windows 8-Verhalten auf.

Gilt für:

Weitere Informationen