Share via


DragDeltaEventHandler Delegato

Definizione

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

/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(1254248351, 44072, 18921, 145, 137, 220, 207, 254, 182, 100, 114)]
class DragDeltaEventHandler : MulticastDelegate
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(1254248351, 44072, 18921, 145, 137, 220, 207, 254, 182, 100, 114)]
public delegate void DragDeltaEventHandler(object sender, DragDeltaEventArgs e);
Public Delegate Sub DragDeltaEventHandler(sender As Object, e As DragDeltaEventArgs)

Parametri

sender
Object

IInspectable

Oggetto a cui è associato il gestore eventi.

e
DragDeltaEventArgs

Dati dell'evento.

Attributi

Requisiti Windows

Famiglia di dispositivi
Windows 10 (è stato introdotto in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (è stato introdotto in v1.0)

Si applica a