DataListDesigner.OnSchemaRefreshed Method

Definition

Called when the data source to which the underlying control is bound loads a new schema.

protected:
 override void OnSchemaRefreshed();
protected override void OnSchemaRefreshed ();
override this.OnSchemaRefreshed : unit -> unit
Protected Overrides Sub OnSchemaRefreshed ()

Remarks

Override the OnSchemaRefreshed method to perform additional actions that might be required when new schema becomes available.

Applies to

See also