C# Class ModernApp4Me.Core.ViewModel.M4MBaseViewModel

A class base that should be extended in order to implement the MVVM pattern.
Inheritance: INotifyPropertyChanged
Mostra file Open project: smartnsoft/ModernApp4Me Class Usage Examples

Public Methods

Method Description
M4MBaseViewModel ( ) : System.ComponentModel
OnPropertyChanged ( string propertyName ) : void

Protected Methods

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

Method Details

M4MBaseViewModel() public method

public M4MBaseViewModel ( ) : System.ComponentModel
return System.ComponentModel

OnPropertyChanged() public method

public OnPropertyChanged ( string propertyName ) : void
propertyName string
return void

RaiseOnPropertyChanged() protected method

protected RaiseOnPropertyChanged ( [ propertyName = "" ) : void
propertyName [
return void