Raises the HierarchicalDataSourceDesigner.SchemaRefreshed event when the schema of the data source has changed and the HierarchicalDataSourceDesigner.SuppressingDataSourceEvents property value is false.
- e
An EventArgs object.
This method notifies the designers of each control bound to the associated data source that the fields in the schema have changed. This method can be suppressed with the HierarchicalDataSourceDesigner.SuppressDataSourceEvents method, or by calling the HierarchicalDataSourceDesigner.RefreshSchema(bool) method with an argument of true.