NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HtmlControlDesigner.OnBindingsCollectionChanged

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
);

Parameters

propName
The name of the property that has been changed.

Remarks

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.

See Also

HtmlControlDesigner Class | HtmlControlDesigner Members | System.Web.UI.Design Namespace