Condividi tramite


DragStartedEventHandler Delegato

Definizione

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

/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3538855050, 50778, 18781, 162, 241, 114, 198, 105, 137, 20, 45)]
class DragStartedEventHandler : MulticastDelegate
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(3538855050, 50778, 18781, 162, 241, 114, 198, 105, 137, 20, 45)]
public delegate void DragStartedEventHandler(object sender, DragStartedEventArgs e);
Public Delegate Sub DragStartedEventHandler(sender As Object, e As DragStartedEventArgs)

Parametri

sender
Object

IInspectable

Oggetto a cui è associato il gestore eventi.

e
DragStartedEventArgs

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