HierarchicalDataSourceDesigner::OnDataSourceChanged Method (EventArgs^)
.NET Framework (current version)
Raises the DataSourceChanged event when the properties of the data source have changed and the SuppressingDataSourceEvents property value is false.
Assembly: System.Design (in System.Design.dll)
The OnDataSourceChanged method notifies the designer of each control bound to the associated data source to refresh its control in the design host. This method can be suppressed with the SuppressDataSourceEvents method, or by calling the RefreshSchema method with an argument of false.
.NET Framework
Available since 2.0
Available since 2.0
Show: