ActivityDesigner.OnLayoutPosition(ActivityDesignerLayoutEventArgs) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當使用者重新定位視覺提示或兒童活動設計器時,會通知用戶 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 包含一個空參考(Nothing 在 Visual Basic 中)。
備註
你應該覆寫此方法,以便在使用者在設計時重新定位活動設計器表面上的項目時,執行任何版面處理。