C# Class Netsy.UI.ViewModels.BaseViewModel

Base class for view models - provides depenency property functionality
Inheritance: INotifyPropertyChanged
ファイルを表示 Open project: AnthonySteele/Netsy

Protected Methods

Method Description
OnPropertyChanged ( string propertyName ) : void

Notify that a property has changed

Method Details

OnPropertyChanged() protected method

Notify that a property has changed
protected OnPropertyChanged ( string propertyName ) : void
propertyName string the name of the changed property
return void