Condividi tramite


ManipulationDeltaEventHandler Delegato

Definizione

Rappresenta il metodo che gestirà ManipulationDelta ed eventi correlati.

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)

Parametri

sender
Object

Platform::Object

Oggetto in cui è collegato il gestore.

e
ManipulationDeltaRoutedEventArgs

Dati dell'evento per l'evento.

Attributi

Si applica a