GestureRecognizer.ManipulationUpdated Event

Definition

Occurs after one or more input points have been initiated and subsequent motion (translation, expansion, or rotation) is under way.

For more details on this API, please see the the UWP WinRT ManipulationUpdated topic.

C#
public event TypedEventHandler<GestureRecognizer,ManipulationUpdatedEventArgs> ManipulationUpdated;

Event Type

Applies to

Produk Versi
Windows App SDK 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also