ControlDesigner.OnBindingsCollectionChanged(String) Méthode

Définition

Attention

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

Appelé lorsque la collection de liaisons de données change.

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)

Paramètres

propName
String

Propriété à tester pour les modifications apportées à sa collection de liaisons.

Attributs

Remarques

La OnBindingsCollectionChanged méthode est appelée lorsque la collection de liaisons de données a été modifiée par un appelant externe.

Note

La OnBindingsCollectionChanged méthode est obsolète. Utilisez l’événement Changed sur la collection pour des fonctionnalités équivalentes du DataBindings concepteur de contrôles.

S’applique à

Voir aussi