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ée 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é permettant de rechercher les modifications effectuées dans 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.

Notes

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

S’applique à

Voir aussi