DragDeltaEventHandler Delegato

Definizione

Rappresenta il metodo che gestirà l'evento DragDelta di un oggetto Thumb.

[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(1238012368, 64579, 22193, 152, 189, 104, 226, 225, 226, 77, 233)]
public delegate void DragDeltaEventHandler(object sender, DragDeltaEventArgs e);
Public Delegate Sub DragDeltaEventHandler(sender As Object, e As DragDeltaEventArgs)

Parametri

sender
Object

Oggetto a cui è associato il gestore eventi.

e
DragDeltaEventArgs

Dati dell'evento.

Attributi

Si applica a