ListViewDesigner.OnSchemaRefreshed Method

Definition

Prevents the ListView control from updating when the data source schema is refreshed in the HTML designer.

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

Remarks

The OnSchemaRefreshed method notifies control designer object for the ListView control that is bound to the associated data source that the fields in the schema have changed. When this method is called, it prevents the ListView control from updating itself.

Applies to