HtmlControlDesigner.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
Fournit une méthode qui peut être utilisée pour indiquer le moment où une liaison de données s'est modifiée.
protected:
virtual void OnBindingsCollectionChanged(System::String ^ propName);
protected virtual 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 virtual void OnBindingsCollectionChanged (string propName);
abstract member OnBindingsCollectionChanged : string -> unit
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")>]
abstract member OnBindingsCollectionChanged : string -> unit
override this.OnBindingsCollectionChanged : string -> unit
Protected Overridable Sub OnBindingsCollectionChanged (propName As String)
Paramètres
- propName
- String
Nom de la propriété qui a été modifiée.
- Attributs
Remarques
La OnBindingsCollectionChanged méthode doit être appelée par un concepteur de contrôles une fois que celui-ci a apporté une modification aux liaisons de données pour le contrôle.
Notes
La OnBindingsCollectionChanged méthode est obsolète. Utilisez l’événement Changed sur la DataBindings collection pour obtenir des fonctionnalités de concepteur de contrôles équivalentes.
Notes pour les héritiers
La OnBindingsCollectionChanged(String) méthode peut être remplacée et implémentée pour effectuer un traitement supplémentaire lorsque la collection de liaisons de données pour le contrôle a changé.