The following tables list the members exposed by PropertyChangeNotifier.
Name | Description | |
---|---|---|
![]() | HasListeners | Gets whether there are any listeners for the PropertyChanged event |
Name | Description | |
---|---|---|
![]() | OnFirstListenerAdding | Virtual method called when the first listener is being added to the PropertyChanged event. |
![]() | OnHasListenersChanged | Virtual method called when the HasListeners property changes. |
![]() | OnPropertyChanged | Used to raise the PropertyChanged event for the specified property name. |
![]() | RaisePropertyChangedEvent | Raises the PropertyChanged event |
Name | Description | |
---|---|---|
![]() | PropertyChanged | Raised when a property has changed |