Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.