ControlDesigner::OnBindingsCollectionChanged Method (String^)
.NET Framework (current version)
Called when the data-binding collection changes.
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 ) override
Parameters
- propName
-
Type:
System::String^
The property to test for changes in its bindings collection.
The OnBindingsCollectionChanged method is called when the data-binding collection has been changed by an external caller.
Note |
|---|
The OnBindingsCollectionChanged method is obsolete. Use the Changed event on the DataBindings collection for equivalent control designer functionality. |
.NET Framework
Available since 1.1
Available since 1.1
Show:
