ControlDesigner.OnBindingsCollectionChanged(String) Metoda

Definice

Upozornění

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

Volá se při změně kolekce datových vazeb.

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

Vlastnost pro testování změn v kolekci vazeb.

Atributy

Poznámky

Metoda OnBindingsCollectionChanged je volána, když externí volající změnil kolekci datových vazeb.

Poznámka

Metoda OnBindingsCollectionChanged je zastaralá. Použijte událost v Changed kolekci DataBindings pro ekvivalentní funkce návrháře ovládacích prvků.

Platí pro

Viz také