Delegate DragEventHandler
Represents the method that will handle the UIElement.DragEnter, UIElement.DragLeave, UIElement.DragOver, and UIElement.Drop events of a UIElement.
Namespace: Microsoft.Windows
Assembly: OpenSilver.dll
Syntax
public delegate void DragEventHandler(object sender, DragEventArgs e);
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | The object where the event handler is attached. |
DragEventArgs | e | The event data. |