Share via


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

'Declaration
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

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

See Also

Reference

IVsDataViewDragSourceProvider Interface

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace