C# Class ViewModel.ModeView

Inheritance: INotifyPropertyChanged
Mostrar archivo Open project: Studyxnet/LearningMVVM Class Usage Examples

Public Methods

Method Description
ModeView ( ) : System
OnPropertyChanged ( string PropertyName ) : void

Method Details

ModeView() public method

public ModeView ( ) : System
return System

OnPropertyChanged() public method

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