BaseDataListDesigner.OnAutoFormatApplied(DesignerAutoFormat) Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
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.