HierarchicalDataSourceDesigner.OnDataSourceChanged(EventArgs) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Raises the DataSourceChanged event when the properties of the data source have changed and the SuppressingDataSourceEvents property value is false
.
protected:
virtual void OnDataSourceChanged(EventArgs ^ e);
protected virtual void OnDataSourceChanged(EventArgs e);
abstract member OnDataSourceChanged : EventArgs -> unit
override this.OnDataSourceChanged : EventArgs -> unit
Protected Overridable Sub OnDataSourceChanged (e As EventArgs)
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
.
Product | Versions |
---|---|
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: