C# Class CK.WPF.ViewModel.VMBase

Base class for all View Model classes in the application. It provides support for property change notifications This class is abstract.
Inheritance: INotifyPropertyChanged
Show file Open project: Invenietis/ck-certified

Protected Methods

Method Description
OnPropertyChanged ( [ propertyName = "" ) : void

Raises this object's PropertyChanged event.

VMBase ( ) : System

Private Methods

Method Description
CheckPropertyName ( string propertyName ) : void
SetThrowOnInvalidPropertyName ( bool throwException ) : void

Method Details

OnPropertyChanged() protected method

Raises this object's PropertyChanged event.
protected OnPropertyChanged ( [ propertyName = "" ) : void
propertyName [ The property that has a new value.
return void

VMBase() protected method

protected VMBase ( ) : System
return System