ActivityDesigner.OnDragDrop(ActivityDragEventArgs) 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.
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
An ActivityDragEventArgs that contains the event data.
Remarks
This event occurs when a drag-drop operation ends within the designer bounds.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.