ControlDesigner.OnBindingsCollectionChanged(String) 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.
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 pemanggil eksternal.
Catatan
Metode OnBindingsCollectionChanged ini usang. Changed Gunakan peristiwa pada DataBindings koleksi untuk fungsionalitas perancang kontrol yang setara.