System.Web.UI.Design.HtmlControlDesigner.OnBindingsCollectionChanged Method

Provides a method that can be used to indicate when a data binding has changed.

Syntax

[System.Obsolete("Use DataBinding.Changed event instead")]
protected virtual void OnBindingsCollectionChanged (string propName)

Parameters

propName
The name of the property that has changed.

Remarks

The HtmlControlDesigner.OnBindingsCollectionChanged(string) method should be called by a control designer after the control designer has made a change to the data bindings for the control.

Note:

The HtmlControlDesigner.OnBindingsCollectionChanged(string) method is obsolete. Use the System.Web.UI.DataBindingCollection.Changed event on the HtmlControlDesigner.DataBindings collection for equivalent control designer functionality.

Requirements

Namespace: System.Web.UI.Design
Assembly: System.Design (in System.Design.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0