C# Class Yuhan.WPF.TextEditor.Demo.ViewModelBase

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: hansuky/Yuhan

Méthodes protégées

Méthode Description
RaisePropertyChangedEvent ( string propertyName ) : void

Fires the PropertyChanged event.

Method Details

RaisePropertyChangedEvent() protected méthode

Fires the PropertyChanged event.
protected RaisePropertyChangedEvent ( string propertyName ) : void
propertyName string The name of the changed property.
Résultat void