HtmlControlDesigner.OnBindingsCollectionChanged(String) Methode

Definitie

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

Biedt een methode die kan worden gebruikt om aan te geven wanneer een gegevensbinding is gewijzigd.

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)

Parameters

propName
String

De naam van de eigenschap die is gewijzigd.

Kenmerken

Opmerkingen

De OnBindingsCollectionChanged methode moet worden aangeroepen door een besturingsontwerper nadat de ontwerpfunctie voor besturingselementen een wijziging heeft aangebracht in de gegevensbindingen voor het besturingselement.

Note

De OnBindingsCollectionChanged methode is verouderd. Gebruik de Changed gebeurtenis in de DataBindings verzameling voor equivalente functionaliteit voor besturingsontwerpers.

Notities voor overnemers

De OnBindingsCollectionChanged(String) methode kan worden overschreven en geïmplementeerd om extra verwerking uit te voeren wanneer de verzameling gegevensbindingen voor het besturingselement is gewijzigd.

Van toepassing op

Zie ook