Bagikan melalui


ControlDesigner.OnBindingsCollectionChanged(String) Metode

Definisi

Perhatian

The recommended alternative is to handle the Changed event on the DataBindings collection. The DataBindings collection allows more control of the databindings associated with the control. http://go.microsoft.com/fwlink/?linkid=14202

Dipanggil saat pengumpulan pengikatan data berubah.

protected:
 override void OnBindingsCollectionChanged(System::String ^ propName);
protected override void OnBindingsCollectionChanged (string propName);
[System.Obsolete("The recommended alternative is to handle the Changed event on the DataBindings collection. The DataBindings collection allows more control of the databindings associated with the control. http://go.microsoft.com/fwlink/?linkid=14202")]
protected override void OnBindingsCollectionChanged (string propName);
override this.OnBindingsCollectionChanged : string -> unit
[<System.Obsolete("The recommended alternative is to handle the Changed event on the DataBindings collection. The DataBindings collection allows more control of the databindings associated with the control. http://go.microsoft.com/fwlink/?linkid=14202")>]
override this.OnBindingsCollectionChanged : string -> unit
Protected Overrides Sub OnBindingsCollectionChanged (propName As String)

Parameter

propName
String

Properti untuk menguji perubahan dalam koleksi pengikatannya.

Atribut

Keterangan

Metode OnBindingsCollectionChanged ini dipanggil ketika kumpulan pengikatan data telah diubah oleh penelepon eksternal.

Catatan

Metode OnBindingsCollectionChanged ini kedaluarsa. Changed Gunakan peristiwa pada DataBindings koleksi untuk fungsionalitas perancang kontrol yang setara.

Berlaku untuk

Lihat juga