Sys.INotifyPropertyChange.propertyChanged Event
Occurs when a component property is set to a new value.
my_INotifyPropertyChange.add_propertyChanged(handler); my_INotifyPropertyChange.remove_propertyChanged(handler);
Show:
Occurs when a component property is set to a new value.
my_INotifyPropertyChange.add_propertyChanged(handler); my_INotifyPropertyChange.remove_propertyChanged(handler);