WorkflowDesignerMessageFilter::OnDragDrop Method (DragEventArgs^)

 

Occurs when the mouse button is released above an object during a drag operation.

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

protected:
virtual bool OnDragDrop(
	DragEventArgs^ eventArgs
)

Parameters

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

A DragEventArgs that contains information about the event.

Return Value

Type: System::Boolean

true if the message is handled; otherwise, false.

OnDragDrop occurs when the mouse button is released above an object during a drag operation.

.NET Framework
Available since 3.0
Return to top
Show: