WorkflowDesignerMessageFilter::OnQueryContinueDrag Method (QueryContinueDragEventArgs^)
.NET Framework (current version)
Occurs during a drag operation.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
Parameters
- eventArgs
-
Type:
System.Windows.Forms::QueryContinueDragEventArgs^
A QueryContinueDragEventArgs that contains information about the event.
OnQueryContinueDrag occurs during a drag operation. The OnQueryContinueDrag event allows the drag source to determine whether the drag operation should be canceled.
The following code example shows how to override the OnQueryContinueDrag method so that it always returns true.
This code example is part of the Basic Designer Hosting SDK Sample from the DesignerShell.cs file. For more information, seeBasic Designer Hosting.
.NET Framework
Available since 3.0
Available since 3.0
Show: