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