Bagikan melalui


BaseDataListDesigner.OnAutoFormatApplied(DesignerAutoFormat) Metode

Definisi

Dipanggil ketika skema pemformatan otomatis telah diterapkan ke kontrol terkait.

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)

Parameter

appliedAutoFormat
DesignerAutoFormat

Objek DesignerAutoFormat yang menentukan gaya.

Keterangan

Metode OnAutoFormatApplied ini dipanggil ketika DesignerAutoFormat objek diterapkan ke kontrol terkait yang berasal dari BaseDataList kelas . Objek DesignerAutoFormat menentukan DesignerAutoFormatStyle objek yang diterapkan ke kontrol.

Perancang OnAutoFormatApplied dapat mengambil alih untuk memeriksa properti kontrol atau untuk mengambil beberapa tindakan lain.

Berlaku untuk

Lihat juga