Delegate QueryContinueDragEventHandler
Represents a method that will handle the routed events that enables a drag-and-drop operation to be canceled by the drag source, for example System.Windows.UIElement.QueryContinueDrag.
Namespace: Microsoft.Windows
Assembly: OpenSilver.Controls.Toolkit.dll
Syntax
public delegate void QueryContinueDragEventHandler(object sender, QueryContinueDragEventArgs e);
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | sender | The object where the event handler is attached. |
| QueryContinueDragEventArgs | e | The event data. |