ListViewDesigner::OnSchemaRefreshed Method ()

.NET Framework (current version)
 

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

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

protected:
virtual void OnSchemaRefreshed() override

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.

.NET Framework
Available since 4.0
Return to top
Show: