SequentialWorkflowHeaderFooter.OnLayout 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當使用者重新定位其所包含的元素時,會 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)
參數
一個 ActivityDesignerLayoutEventArgs 包含事件資料的 。