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 包含事件資料的 。
備註
此事件發生在拖放操作結束於設計範圍內。