C# Class Cinch.ViewModelBase

This is a common partial section of a ViewModelBase class that is used by WPF/SL
Inheritance: INotifyPropertyChanged, IDisposable, IParentablePropertyExposer
Show file Open project: shiftkey/NotifyPropertyWeaver Class Usage Examples

Public Methods

Method Description
NotifyPropertyChanged ( string propertyName ) : void

Method Details

NotifyPropertyChanged() public method

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