This documentation is archived and is not being maintained.

ListViewDesigner::OnSchemaRefreshed Method

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

Supported in: 4

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: