StructuredCompositeActivityDesigner.OnDragDrop(ActivityDragEventArgs) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當拖放操作完成時,會通知 其 StructuredCompositeActivityDesigner 設計表面的界限。
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)
參數
那 ActivityDragEventArgs 就定義了操作事件參數。
例外狀況
e 包含一個空參考(Nothing 在 Visual Basic 中)。