ManipulationDeltaEventHandler Delegado

Definición

Representa el método que controlará ManipulationDelta y los eventos relacionados.

public delegate void ManipulationDeltaEventHandler(Platform::Object ^ sender, ManipulationDeltaRoutedEventArgs ^ e);
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(2213729486, 4191, 21394, 163, 138, 183, 70, 123, 124, 46, 165)]
public delegate void ManipulationDeltaEventHandler(object sender, ManipulationDeltaRoutedEventArgs e);
Public Delegate Sub ManipulationDeltaEventHandler(sender As Object, e As ManipulationDeltaRoutedEventArgs)

Parámetros

sender
Object

Platform::Object

Objeto donde está asociado el controlador.

e
ManipulationDeltaRoutedEventArgs

Datos del evento.

Atributos

Se aplica a