C# Class Magellan.Framework.PresentationObject

Serves as a base class for the "third object" in seperated presentation patterns - view models, presenters, and so on.
Inheritance: INotifyPropertyChanged, IDataErrorInfo, IStoreValidationMessages
Mostrar archivo Open project: shiftkey/NotifyPropertyWeaver

Protected Methods

Method Description
NotifyChanged ( string propertyName ) : void

Method Details

NotifyChanged() protected method

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