PagerSettings.PropertyChanged 事件
定义
当 PagerSettings 对象的属性更改值时发生。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
事件类型
- 属性
注解
PropertyChanged当对象的属性更改值时,将引发事件 PagerSettings 。The PropertyChanged event is raised each time a property of a PagerSettings object changes values. 此 PropertyChanged 事件通常由支持分页的数据绑定控件用于在页导航设置更改时将数据重新绑定到控件。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.