IHierarchicalDataSourceDesigner Interface
Definition
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.
Provides design-time support in a visual designer for a class that is derived from the HierarchicalDataSourceControl class.
public interface class IHierarchicalDataSourceDesigner
public interface IHierarchicalDataSourceDesigner
type IHierarchicalDataSourceDesigner = interface
Public Interface IHierarchicalDataSourceDesigner
- Derived
Remarks
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.
Properties
CanConfigure |
Gets a value indicating whether the Configure() method can be called. |
CanRefreshSchema |
Gets a value indicating whether the RefreshSchema(Boolean) method can be called. |
Methods
Configure() |
Launches the configuration wizard for the underlying data source. |
GetView(String) |
Gets the named data source view that is associated with the data source control. |
RefreshSchema(Boolean) |
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. |
Events
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. |