BaseDataBoundControlDesigner::OnSchemaRefreshed Method ()

 

Called when the data source of the associated BaseDataBoundControl object loads a new schema.

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

protected:
virtual void OnSchemaRefreshed()

The OnSchemaRefreshed method handles the SchemaRefreshed event, which is raised when the schema of the data source to which the associated control is bound changes. Override the OnSchemaRefreshed method to perform additional actions that are required when new schema is available.

.NET Framework
Available since 2.0
Return to top
Show: