ControlDesigner.OnBindingsCollectionChanged(String) Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
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
- Changed
- overzicht van ASP.NET Control Designers