C# Class SharpSpecs.UI.ViewModels.ViewModel

Inheritance: INotifyPropertyChanged
显示文件 Open project: charlieridley/SharpSpecs

Protected Methods

Method Description
OnNotifyPropertyChanged ( string propertyName ) : void

Called when the property changes

Method Details

OnNotifyPropertyChanged() protected method

Called when the property changes
protected OnNotifyPropertyChanged ( string propertyName ) : void
propertyName string Name of the property.
return void