Sys.INotifyPropertyChange Interface
myNamespace.myClassName.registerClass('myNamespace.myClassName', null, Sys.INotifyPropertyChange);
The INotifyPropertyChange interface is implemented by the Sys.Component class. Therefore, by default all AJAX components, controls, and behaviors in ASP.NET provide property-change notifications.
Show: