ActivityDesigner.OnDragDrop(ActivityDragEventArgs) Method

Definition

Occurs when the drag-drop operation is completed inside designer bounds.

protected:
 virtual void OnDragDrop(System::Workflow::ComponentModel::Design::ActivityDragEventArgs ^ e);
protected virtual void OnDragDrop (System.Workflow.ComponentModel.Design.ActivityDragEventArgs e);
abstract member OnDragDrop : System.Workflow.ComponentModel.Design.ActivityDragEventArgs -> unit
override this.OnDragDrop : System.Workflow.ComponentModel.Design.ActivityDragEventArgs -> unit
Protected Overridable Sub OnDragDrop (e As ActivityDragEventArgs)

Parameters

e
ActivityDragEventArgs

An ActivityDragEventArgs that contains the event data.

Remarks

This event occurs when a drag-drop operation ends within the designer bounds.

Applies to