C# Class ViewModelBase, code

Inheritance: INotifyPropertyChanged
Exibir arquivo Open project: shendongnian/code Class Usage Examples

Public Methods

Method Description
OnPropertyChanged ( string propertyname ) : void
ViewModelBase ( )

Method Details

OnPropertyChanged() public method

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

ViewModelBase() public method

public ViewModelBase ( )