C# Class SuperSimpleLyncKiosk.ViewModels.ViewModelBase

Inheritance: INotifyPropertyChanged
Mostrar archivo Open project: shanselman/LyncAutoAnswer

Protected Methods

Method Description
NotifyPropertyChanged ( string propertyName ) : void

Private Methods

Method Description
OnPropertyChanged ( string propertyName ) : void

Method Details

NotifyPropertyChanged() protected method

protected NotifyPropertyChanged ( string propertyName ) : void
propertyName string
return void