QueryContinueDragEventHandler
Wisej.Web.QueryContinueDragEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Represents the method that will handle the QueryContinueDrag event of a Control.
Parameters
Name | Type | Description |
---|---|---|
sender | The source of an event. | |
e | A QueryContinueDragEventArgs that contains the event data. |
Fired By
Name | Description |
---|---|
Occurs during a drag-and-drop operation and enables the drag source to determine whether the drag-and-drop operation should be canceled. |
Last updated