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 メソッドは、DesignerAutoFormat クラスから派生した関連付けられたコントロールにBaseDataList オブジェクトが適用されるときに呼び出されます。 DesignerAutoFormat オブジェクトは、コントロールに適用されるDesignerAutoFormatStyle オブジェクトを定義します。

デザイナーは、コントロールのプロパティを検査したり、他のアクションを実行したりするために、 OnAutoFormatApplied をオーバーライドできます。

適用対象

こちらもご覧ください