IHierarchicalDataSourceDesigner Members
.NET Framework 2.0
Provides design-time support in a visual designer for a class that is derived from the HierarchicalDataSourceControl class.
The following tables list the members exposed by the IHierarchicalDataSourceDesigner type.
| Name | Description | |
|---|---|---|
| CanConfigure | Gets a value indicating whether the M:System.Web.UI.Design.IHierarchicalDataSourceDesigner.Configure method can be called. |
| CanRefreshSchema | Gets a value indicating whether the M:System.Web.UI.Design.IHierarchicalDataSourceDesigner.RefreshSchema(System.Boolean) method can be called. |
| Name | Description | |
|---|---|---|
| Configure | Launches the configuration wizard for the underlying data source. |
| GetView | Gets the named data source view that is associated with the data source control. |
| RefreshSchema | Refreshes the schema of the underlying data source. |
| ResumeDataSourceEvents | Restores events after calling the SuppressDataSourceEvents method. |
| SuppressDataSourceEvents | Turns off events in the data source control. |
| Name | Description | |
|---|---|---|
| DataSourceChanged | Occurs when a data source control has changed in some way that affects data-bound controls. |
| SchemaRefreshed | Occurs when the fields or data of the underlying data source have changed. |
Show: