Sys.INotifyPropertyChange Interface
Defines the propertyChanged event.
Namespace: Sys
Inherits: None
myNamespace.myClassName.registerClass('myNamespace.myClassName', null, Sys.INotifyPropertyChange);
Members
Name |
Description |
---|---|
Occurs when a component property is set to a new value. |
Remarks
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.