Version

PropertyChangeNotifier Class Members

The following tables list the members exposed by PropertyChangeNotifier.

Protected Properties
 NameDescription
Protected PropertyHasListenersGets whether there are any listeners for the PropertyChanged event  
Protected Methods
 NameDescription
Protected MethodOnFirstListenerAddingVirtual method called when the first listener is being added to the PropertyChanged event.  
Protected MethodOnHasListenersChangedVirtual method called when the HasListeners property changes.  
Protected MethodOnPropertyChangedUsed to raise the PropertyChanged event for the specified property name.  
Public Events
 NameDescription
Public EventPropertyChangedRaised when a property has changed  
See Also