This documentation is archived and is not being maintained.
IHierarchicalDataSourceDesigner Interface
Visual Studio 2010
Provides design-time support in a visual designer for a class that is derived from the HierarchicalDataSourceControl class.
Assembly: System.Design (in System.Design.dll)
The IHierarchicalDataSourceDesigner type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | CanConfigure | Gets a value indicating whether the Configure method can be called. |
![]() | CanRefreshSchema | Gets a value indicating whether the RefreshSchema 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. |
Typically, when creating a new data source class for hierarchical data and an accompanying designer, you would inherit the HierarchicalDataSourceDesigner class rather than implement the IHierarchicalDataSourceDesigner interface.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:


