ActivityDesigner.OnLayoutPosition(ActivityDesignerLayoutEventArgs) メソッド

定義

ビジュアル キューまたは子アクティビティ デザイナーがユーザーによって再配置されたときに、ActivityDesigner に通知します。

protected:
 virtual void OnLayoutPosition(System::Workflow::ComponentModel::Design::ActivityDesignerLayoutEventArgs ^ e);
protected virtual void OnLayoutPosition (System.Workflow.ComponentModel.Design.ActivityDesignerLayoutEventArgs e);
abstract member OnLayoutPosition : System.Workflow.ComponentModel.Design.ActivityDesignerLayoutEventArgs -> unit
override this.OnLayoutPosition : System.Workflow.ComponentModel.Design.ActivityDesignerLayoutEventArgs -> unit
Protected Overridable Sub OnLayoutPosition (e As ActivityDesignerLayoutEventArgs)

パラメーター

e
ActivityDesignerLayoutEventArgs

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

例外

e に null 参照 (Visual Basic の場合は Nothing) が含まれています。

注釈

このメソッドをオーバーライドして、デザイン時のアクティビティ デザイナー画面上の項目をユーザーが再配置したときに必要なレイアウト処理を実行する必要があります。

適用対象