This documentation is archived and is not being maintained.
HtmlControlDesigner.OnBindingsCollectionChanged Method
.NET Framework 1.1
Provides a method that can be used to indicate when a data binding has been changed.
[Visual Basic] Protected Overridable Sub OnBindingsCollectionChanged( _ ByVal propName As String _ ) [C#] protected virtual void OnBindingsCollectionChanged( string propName ); [C++] protected: virtual void OnBindingsCollectionChanged( String* propName ); [JScript] protected function OnBindingsCollectionChanged( propName : String );
Parameters
- propName
- The name of the property that has been changed.
Remarks
This method should be called by a control designer after it has made a change to the data bindings for the control.
Notes to Implementers: This method can be overridden and implemented to perform additional processing when the data bindings collection for the control has changed.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
.NET Framework Security:
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries From Partially Trusted Code
See Also
HtmlControlDesigner Class | HtmlControlDesigner Members | System.Web.UI.Design Namespace
Show: