Share via


SequentialWorkflowHeaderFooter.OnLayout メソッド

定義

含まれる要素がユーザーによって再配置されたときに SequentialWorkflowHeaderFooter に通知します。

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

パラメーター

e
ActivityDesignerLayoutEventArgs

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

適用対象