नोट
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप साइन इन करने या निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
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.