HtmlControlDesigner.OnBindingsCollectionChanged(String) Metodo

Definizione

Attenzione

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

Fornisce un metodo che può essere utilizzato per indicare quando un'associazione dati viene modificata.

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)

Parametri

propName
String

Nome della proprietà modificata.

Attributi

Commenti

Il OnBindingsCollectionChanged metodo deve essere chiamato da una finestra di progettazione controlli dopo che la finestra di progettazione controlli ha apportato una modifica ai data binding per il controllo.

Nota

Il OnBindingsCollectionChanged metodo è obsoleto. Usare l'evento Changed nella raccolta per la DataBindings funzionalità di Progettazione controlli equivalente.

Note per gli eredi

Il OnBindingsCollectionChanged(String) metodo può essere sottoposto a override e implementato per eseguire un'elaborazione aggiuntiva quando la raccolta di data binding per il controllo è stata modificata.

Si applica a

Vedi anche