PagerSettings.PropertyChanged Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.