This topic has not yet been rated - Rate this topic

ListView.PagePropertiesChanged Event

Occurs when the page properties change, after the ListView control sets the new values.

Namespace:  System.Web.UI.WebControls
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)
public event EventHandler PagePropertiesChanged
<asp:ListView OnPagePropertiesChanged="EventHandler" />

The PagePropertiesChanged event is raised when the page properties change, after the ListView control sets the new values by using the SetPageProperties method. This enables you to perform a custom routine whenever this event occurs, such as clearing the selected item or performing a custom paging operation.

For more information about how to handle events, see Consuming Events.

.NET Framework

Supported in: 4.5, 4, 3.5

Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)

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

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.