Class ViewModelBase
Base class for view models that provides an implementation of INotifyPropertyChanged.
Inheritance
ViewModelBase
Implements
Inherited Members
Namespace: Benday.Presentation
Assembly: Benday.Presentation.dll
Syntax
public abstract class ViewModelBase : INotifyPropertyChanged
Methods
| Edit this page View SourceRaisePropertyChanged(string)
Declaration
public void RaisePropertyChanged(string propertyName)
Parameters
Type | Name | Description |
---|---|---|
string | propertyName |
Events
| Edit this page View SourcePropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler? PropertyChanged
Event Type
Type | Description |
---|---|
PropertyChangedEventHandler |