ListView.PagePropertiesChanged Event

Definition

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

public:
 event EventHandler ^ PagePropertiesChanged;
public event EventHandler PagePropertiesChanged;
member this.PagePropertiesChanged : EventHandler 
Public Custom Event PagePropertiesChanged As EventHandler 

Event Type

Remarks

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 Handling and Raising Events.

Applies to

See also