IVsDataViewDragSourceProvider.OnQueryContinueDrag Method

Definition

When implemented by a class, raises the QueryContinueDrag event.

public:
 void OnQueryContinueDrag(System::Windows::Forms::IDataObject ^ dataObject, System::Windows::Forms::QueryContinueDragEventArgs ^ e);
public void OnQueryContinueDrag (System.Windows.Forms.IDataObject dataObject, System.Windows.Forms.QueryContinueDragEventArgs e);
abstract member OnQueryContinueDrag : System.Windows.Forms.IDataObject * System.Windows.Forms.QueryContinueDragEventArgs -> unit
Public Sub OnQueryContinueDrag (dataObject As IDataObject, e As QueryContinueDragEventArgs)

Parameters

dataObject
IDataObject

An IDataObject object containing a copy of the information to be transferred.

Applies to