PagerSettings.PropertyChanged Event
.NET Framework 3.0
Occurs when a property of a PagerSettings object changes values.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public: event EventHandler^ PropertyChanged { void add (EventHandler^ value); void remove (EventHandler^ value); }
/** @event */ public void add_PropertyChanged (EventHandler value) /** @event */ public void remove_PropertyChanged (EventHandler value)
In JScript, you can handle the events defined by a class, but you cannot define your own.
Not applicable.
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 Consuming Events.
Community Additions
ADD
Show: