FreeformActivityDesigner.OnDragDrop(ActivityDragEventArgs) Method

Definition

Notifies the FreeformActivityDesigner when a drag-drop operation is completed within the bounds of its design surface.

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

Parameters

e
ActivityDragEventArgs

The ActivityDragEventArgs that defines the operation event arguments.

Applies to