C# Class Cinch.ViewModelBase

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

Méthodes publiques

Méthode Description
NotifyPropertyChanged ( string propertyName ) : void

Method Details

NotifyPropertyChanged() public méthode

public NotifyPropertyChanged ( string propertyName ) : void
propertyName string
Résultat void