PagerSettings.PropertyChanged Event

Definition

Occurs when a property of a PagerSettings object changes values.

public:
 event EventHandler ^ PropertyChanged;
[System.ComponentModel.Browsable(false)]
public event EventHandler PropertyChanged;
[<System.ComponentModel.Browsable(false)>]
member this.PropertyChanged : EventHandler 
Public Custom Event PropertyChanged As EventHandler 
Public Event PropertyChanged As EventHandler 

Event Type

Attributes

Remarks

The PropertyChanged event is raised each time a property of a PagerSettings object changes values. The PropertyChanged event commonly is used by data-bound controls that support pagination to rebind the data to the control when the pager settings change.

For more information about how to handle events, see Handling and Raising Events.

Applies to