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!

UserControlDesigner.OnBindingsCollectionChanged

Delegate to handle bindings collection changed event.

[Visual Basic]
Overrides Public Sub OnBindingsCollectionChanged( _
   ByVal propName As String _
)
[C#]
public override void OnBindingsCollectionChanged(
   string propName
);
[C++]
public: override void OnBindingsCollectionChanged(
   String* propName
);
[JScript]
public override function OnBindingsCollectionChanged(
   propName : String
);

Parameters

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

Remarks

Called when the bindings collection has been changed by an external caller. In VS7, this is the WebFormDataTab.

See Also

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