ActivityDesigner.OnDragDrop(ActivityDragEventArgs) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當在設計工具界限內完成拖放作業時發生。
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。
備註
當拖放作業結束于設計工具界限內時,就會發生此事件。