ControlDesigner.OnBindingsCollectionChanged(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.