WorkflowView::OnDragOver Method (DragEventArgs^)

 

Occurs when a drag-drop operation is in progress and the pointer is within the WorkflowView bounds.

Namespace:   System.Workflow.ComponentModel.Design
Assembly:  System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)

protected:
virtual void OnDragOver(
	DragEventArgs^ dragEventArgs
) override

Parameters

dragEventArgs
Type: System.Windows.Forms::DragEventArgs^

A DragEventArgs that provides data for the event.

OnDragOver occurs when the mouse cursor moves within bounds of the WorkflowView.

.NET Framework
Available since 3.0
Return to top
Show: