Skip to main content
Version: 3.5

QueryContinueDragEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Represents the method that will handle the QueryContinueDrag event of a Control.

public delegate void QueryContinueDragEventHandler(Object sender, QueryContinueDragEventArgs e)

Parameters

NameTypeDescription
senderObjectThe source of an event.
eQueryContinueDragEventArgsA QueryContinueDragEventArgs that contains the event data.

Fired By

NameDescription
Control.QueryContinueDragOccurs during a drag-and-drop operation and enables the drag source to determine whether the drag-and-drop operation should be canceled.