System.Web.UI.Design.ControlDesigner.OnBindingsCollectionChanged Method

Called when the data-binding collection changes.

Syntax

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

Parameters

propName
The property to test for changes in its bindings collection.

Remarks

The ControlDesigner.OnBindingsCollectionChanged(string) method is called when the data-binding collection has been changed by an external caller.

Note:

The ControlDesigner.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