ActiveReports.Chart Request technical support
QueryContinueDrag Event
See Also 


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

Syntax

Visual Basic (Declaration) 
Public Event QueryContinueDrag() As QueryContinueDragEventHandler
Visual Basic (Usage)Copy Code
Dim instance As WizardForm
Dim handler As QueryContinueDragEventHandler
 
AddHandler instance.QueryContinueDrag, handler
C# 
public event QueryContinueDragEventHandler QueryContinueDrag()

See Also