ControlDesigner.OnBindingsCollectionChanged(String) Metoda

Definicja

Przestroga

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

Wywoływana, gdy zmienia się kolekcja powiązań danych.

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)

Parametry

propName
String

Właściwość do testowania pod kątem zmian w kolekcji powiązań.

Atrybuty

Uwagi

Metoda jest wywoływana OnBindingsCollectionChanged , gdy kolekcja powiązań danych została zmieniona przez obiekt wywołujący zewnętrzny.

Uwaga

Metoda OnBindingsCollectionChanged jest przestarzała. Changed Użyj zdarzenia w kolekcjiDataBindings, aby uzyskać równoważną funkcjonalność projektanta kontrolek.

Dotyczy

Zobacz też