Condividi tramite


DragStartedEventHandler Delegato

Definizione

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

[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(320413549, 42577, 22640, 179, 161, 34, 21, 80, 0, 53, 18)]
public delegate void DragStartedEventHandler(object sender, DragStartedEventArgs e);
Public Delegate Sub DragStartedEventHandler(sender As Object, e As DragStartedEventArgs)

Parametri

sender
Object

Oggetto a cui è associato il gestore eventi.

e
DragStartedEventArgs

Dati dell'evento.

Attributi

Si applica a