Delegate to handle bindings collection changed event.
[Visual Basic] Overridable Public Sub OnBindingsCollectionChanged( _ ByVal propName As String _ ) [C#] public virtual void OnBindingsCollectionChanged( string propName ); [C++] public: virtual void OnBindingsCollectionChanged( String* propName ); [JScript] public function OnBindingsCollectionChanged( propName : String );
This function is used for notification and is called when the bindings collection has been changed by an external caller.
In VS7, the external caller means the WebFormDataTab.
HtmlControlDesigner Class | HtmlControlDesigner Members | System.Web.UI.Design Namespace