Bagikan melalui


ControlDesigner.OnAutoFormatApplied(DesignerAutoFormat) Metode

Definisi

Dipanggil ketika skema pemformatan otomatis yang telah ditentukan sebelumnya telah diterapkan ke kontrol terkait.

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

Parameter

appliedAutoFormat
DesignerAutoFormat

Objek DesignerAutoFormat yang menentukan gaya.

Keterangan

Metode OnAutoFormatApplied ini dipanggil setelah DesignerAutoFormat objek menerapkan format yang telah ditentukan sebelumnya ke kontrol terkait. Objek DesignerAutoFormat menentukan nama skema pemformatan otomatis dan pengaturan gaya yang diterapkan ke kontrol.

Kelas yang berasal dari ControlDesigner kelas mengambil alih OnAutoFormatApplied metode untuk melakukan pemrosesan tambahan saat skema pemformatan otomatis diterapkan ke kontrol terkait.

Berlaku untuk

Lihat juga