HtmlControlDesigner::OnBindingsCollectionChanged Method (String^)
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Web.UI.Design
Assembly: System.Design (in System.Design.dll)
Return to top
Provides a method that can be used to indicate when a data binding has changed.
Assembly: System.Design (in System.Design.dll)
protected: [ObsoleteAttribute("The recommended alternative is to handle the Changed event on the DataBindings collection. The DataBindings collection allows more control of the databindings associated with the control. http://go.microsoft.com/fwlink/?linkid=14202")] virtual void OnBindingsCollectionChanged( String^ propName )
Parameters
- propName
-
Type:
System::String^
The name of the property that has changed.
The OnBindingsCollectionChanged method should be called by a control designer after the control designer has made a change to the data bindings for the control.
Note |
|---|
The OnBindingsCollectionChanged method is obsolete. Use the Changed event on the DataBindings collection for equivalent control designer functionality. |
Notes to Inheritors:
The OnBindingsCollectionChanged method can be overridden and implemented to perform additional processing when the data bindings collection for the control has changed.
.NET Framework
Available since 1.1
Available since 1.1
Show:
