ActivityDesigner.OnDragDrop(ActivityDragEventArgs) メソッド

定義

デザイナーの境界内でドラッグ ドロップ操作が完了すると発生します。

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)

パラメーター

e
ActivityDragEventArgs

イベント データを格納している ActivityDragEventArgs

注釈

このイベントは、デザイナーの境界内でドラッグ ドロップ操作が終了したときに発生します。

適用対象