BaseDataBoundControlDesigner.OnSchemaRefreshed Method
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.
Called when the data source of the associated BaseDataBoundControl object loads a new schema.
protected:
virtual void OnSchemaRefreshed();
protected virtual void OnSchemaRefreshed ();
abstract member OnSchemaRefreshed : unit -> unit
override this.OnSchemaRefreshed : unit -> unit
Protected Overridable Sub OnSchemaRefreshed ()
Remarks
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.