IVsDataViewDragSourceProvider.OnQueryContinueDrag Method
When implemented by a class, raises the QueryContinueDrag event.
Namespace: Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaración
Sub OnQueryContinueDrag ( _
dataObject As IDataObject, _
e As QueryContinueDragEventArgs _
)
void OnQueryContinueDrag(
IDataObject dataObject,
QueryContinueDragEventArgs e
)
void OnQueryContinueDrag(
IDataObject^ dataObject,
QueryContinueDragEventArgs^ e
)
abstract OnQueryContinueDrag :
dataObject:IDataObject *
e:QueryContinueDragEventArgs -> unit
function OnQueryContinueDrag(
dataObject : IDataObject,
e : QueryContinueDragEventArgs
)
Parameters
- dataObject
Type: System.Windows.Forms.IDataObject
An IDataObject object containing a copy of the information to be transferred.
- e
Type: System.Windows.Forms.QueryContinueDragEventArgs
A QueryContinueEventArgs containing the event data.
Remarks
After dragging has begun, this method is called repeatedly until the drag operation is either canceled or completed.
Override this method if you want to change the point at which dragging is canceled or at which a drop occurs.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IVsDataViewDragSourceProvider Interface
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace