DragItemsStartingEventHandler Delegato
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Rappresenta il metodo che gestirà l'evento DragItemsStarting .
public delegate void DragItemsStartingEventHandler(Platform::Object ^ sender, DragItemsStartingEventArgs ^ e);
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(1431513088, 30231, 23911, 128, 191, 185, 140, 10, 65, 185, 214)]
public delegate void DragItemsStartingEventHandler(object sender, DragItemsStartingEventArgs e);
Public Delegate Sub DragItemsStartingEventHandler(sender As Object, e As DragItemsStartingEventArgs)
Parametri
- sender
-
Object
Platform::Object
Oggetto in cui è collegato il gestore.
Dati dell'evento per l'evento.
- Attributi