PagerSettings.PropertyChanged Event

 

Occurs when a property of a PagerSettings object changes values.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

[<BrowsableAttribute(false)>]
member PropertyChanged : IEvent<EventHandler,
    EventArgs>

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 handling events, see NIB: Consuming Events.

.NET Framework
Available since 2.0
Return to top
Show: