BaseDataBoundControlDesigner.OnSchemaRefreshed Method

Definition

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.

Applies to

See also