ScrollViewer.OnManipulationStarting(ManipulationStartingEventArgs) Methode

Definitie

Wordt aangeroepen wanneer de ManipulationStarting gebeurtenis plaatsvindt.

protected:
 override void OnManipulationStarting(System::Windows::Input::ManipulationStartingEventArgs ^ e);
protected override void OnManipulationStarting(System.Windows.Input.ManipulationStartingEventArgs e);
override this.OnManipulationStarting : System.Windows.Input.ManipulationStartingEventArgs -> unit
Protected Overrides Sub OnManipulationStarting (e As ManipulationStartingEventArgs)

Parameters

e
ManipulationStartingEventArgs

De gebeurtenisgegevens.

Opmerkingen

Met OnManipulationInertiaStarting de methode wordt de Handled eigenschap ingesteld op true.

Van toepassing op