HierarchicalDataSourceDesigner.OnSchemaRefreshed Method
.NET Framework 3.0
Raises the SchemaRefreshed event when the schema of the data source has changed and the SuppressingDataSourceEvents property value is false.
Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)
HierarchicalDataSourceDesigner Members
System.Web.UI.Design Namespace
DataSourceDesigner.SuppressDataSourceEvents
DataSourceDesigner.RefreshSchema
HierarchicalDataSourceControl
Extending Design-Time Support
Assembly: System.Design (in system.design.dll)
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 SuppressDataSourceEvents method, or by calling the RefreshSchema method with an argument of true.
Reference
HierarchicalDataSourceDesigner ClassHierarchicalDataSourceDesigner Members
System.Web.UI.Design Namespace
DataSourceDesigner.SuppressDataSourceEvents
DataSourceDesigner.RefreshSchema
HierarchicalDataSourceControl
Other Resources
Introduction to ASP.NET Control DesignersExtending Design-Time Support
Community Additions
ADD
Show: