ActivityDesigner.OnDragDrop(ActivityDragEventArgs) 方法
定义
在设计器边界内完成拖放操作时发生。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)
参数
包含事件数据的 ActivityDragEventArgs。An ActivityDragEventArgs that contains the event data.
注解
当拖放操作在设计器边界内结束时发生此事件。This event occurs when a drag-drop operation ends within the designer bounds.