ControlDesigner.OnBindingsCollectionChanged(String) Methode

Definitie

Let op

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

Aangeroepen wanneer de verzameling gegevensbinding wordt gewijzigd.

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)

Parameters

propName
String

De eigenschap die moet worden getest op wijzigingen in de verzameling bindingen.

Kenmerken

Opmerkingen

De OnBindingsCollectionChanged methode wordt aangeroepen wanneer de verzameling gegevensbinding is gewijzigd door een externe aanroeper.

Note

De OnBindingsCollectionChanged methode is verouderd. Gebruik de Changed gebeurtenis in de DataBindings verzameling voor equivalente functionaliteit voor besturingsontwerpers.

Van toepassing op

Zie ook