ControlDesigner.OnBindingsCollectionChanged Method (String)
.NET Framework (current version)
Called when the data-binding collection changes.
Assembly: System.Design (in System.Design.dll)
<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")> Protected Overrides Sub OnBindingsCollectionChanged ( propName As String )
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:
