Partager via


ManipulationStartedEventHandler Délégué

Définition

Représente la méthode qui gérera ManipulationStarted et les événements associés.

[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(1090913897, 12364, 21420, 157, 67, 188, 49, 18, 53, 170, 228)]
public delegate void ManipulationStartedEventHandler(object sender, ManipulationStartedRoutedEventArgs e);
Public Delegate Sub ManipulationStartedEventHandler(sender As Object, e As ManipulationStartedRoutedEventArgs)

Paramètres

sender
Object

Objet dans lequel le gestionnaire est attaché.

e
ManipulationStartedRoutedEventArgs

Données d'événement de l'événement.

Attributs

S’applique à