DragCompletedEventHandler Delegato

Definizione

Rappresenta il metodo che gestirà l'evento DragCompleted di un thumb.

/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(917670024, 6572, 19278, 145, 55, 166, 207, 43, 2, 56, 131)]
class DragCompletedEventHandler : MulticastDelegate
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(917670024, 6572, 19278, 145, 55, 166, 207, 43, 2, 56, 131)]
public delegate void DragCompletedEventHandler(object sender, DragCompletedEventArgs e);
Public Delegate Sub DragCompletedEventHandler(sender As Object, e As DragCompletedEventArgs)

Parametri

sender
Object

IInspectable

Oggetto a cui è associato il gestore eventi.

e
DragCompletedEventArgs

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