Sys.INotifyPropertyChange Interface
Defines the propertyChanged event.
Namespace:
Sys
Inherits: None
Syntax
myNamespace.myClassName.registerClass('myNamespace.myClassName', null, Sys.INotifyPropertyChange);
Members
Remarks
The INotifyPropertyChange interface is implemented by the Sys.Component class. Therefore, by default all Microsoft ASP.NET AJAX components, controls, and behaviors provide property-change notifications.