This documentation is archived and is not being maintained.

IHierarchicalDataSourceDesigner Members

Provides design-time support in a visual designer for a class that is derived from the HierarchicalDataSourceControl class.

The IHierarchicalDataSourceDesigner type exposes the following members.

  NameDescription
Public method Configure Launches the configuration wizard for the underlying data source.
Public method GetView Gets the named data source view that is associated with the data source control.
Public method RefreshSchema Refreshes the schema of the underlying data source.
Public method ResumeDataSourceEvents Restores events after calling the SuppressDataSourceEvents method.
Public method SuppressDataSourceEvents Turns off events in the data source control.
Top

  NameDescription
Public property CanConfigure Gets a value indicating whether the Configure method can be called.
Public property CanRefreshSchema Gets a value indicating whether the RefreshSchema method can be called.
Top

  NameDescription
Public event DataSourceChanged Occurs when a data source control has changed in some way that affects data-bound controls.
Public event SchemaRefreshed Occurs when the fields or data of the underlying data source have changed.
Top
Show: