共用方式為


BaseDataListDesigner.OnAutoFormatApplied(DesignerAutoFormat) 方法

定義

將自動格式化配置套用至關聯控制項時呼叫。

public:
 override void OnAutoFormatApplied(System::Web::UI::Design::DesignerAutoFormat ^ appliedAutoFormat);
public override void OnAutoFormatApplied (System.Web.UI.Design.DesignerAutoFormat appliedAutoFormat);
override this.OnAutoFormatApplied : System.Web.UI.Design.DesignerAutoFormat -> unit
Public Overrides Sub OnAutoFormatApplied (appliedAutoFormat As DesignerAutoFormat)

參數

appliedAutoFormat
DesignerAutoFormat

定義樣式的 DesignerAutoFormat 物件。

備註

OnAutoFormatApplied當 物件套用至衍生自 類別的 BaseDataList 相關聯控制項時 DesignerAutoFormat ,會呼叫 方法。 DesignerAutoFormat物件會 DesignerAutoFormatStyle 定義套用至 控制項的 物件。

設計工具可以覆寫 OnAutoFormatApplied 以檢查控制項的屬性,或採取其他動作。

適用於

另請參閱