System.Web.UI.Design.HierarchicalDataSourceDesigner.OnSchemaRefreshed Method

Raises the HierarchicalDataSourceDesigner.SchemaRefreshed event when the schema of the data source has changed and the HierarchicalDataSourceDesigner.SuppressingDataSourceEvents property value is false.

Syntax

protected virtual void OnSchemaRefreshed (EventArgs e)

Parameters

e
An EventArgs object.

Remarks

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 HierarchicalDataSourceDesigner.SuppressDataSourceEvents method, or by calling the HierarchicalDataSourceDesigner.RefreshSchema(bool) method with an argument of true.

Requirements

Namespace: System.Web.UI.Design
Assembly: System.Design (in System.Design.dll)
Assembly Versions: 2.0.0.0