IVsDataViewDragSourceProvider.OnQueryContinueDrag Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
A QueryContinueDragEventArgs containing the event data.