QueryContinueDragEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Represents the method that will handle the QueryContinueDrag event of a Control.
- C#
- VB.NET
public delegate void QueryContinueDragEventHandler(Object sender, QueryContinueDragEventArgs e)
Public Delegate Sub QueryContinueDragEventHandler(ByVal sender As [Object], ByVal e As QueryContinueDragEventArgs)
Parameters
| Name | Type | Description |
|---|---|---|
| sender | Object | The source of an event. |
| e | QueryContinueDragEventArgs | A QueryContinueDragEventArgs that contains the event data. |
Fired By
| Name | Description |
|---|---|
| Control.QueryContinueDrag | Occurs during a drag-and-drop operation and enables the drag source to determine whether the drag-and-drop operation should be canceled. |