C# Class Moryx.WpfToolkit.PropertyChangedBase

Basic implementation of INotifyPropertyChanged interface
Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: PHOENIXCONTACT/MORYX-ClientFramework

Méthodes protégées

Méthode Description
OnPropertyChanged ( string propertyName = null ) : void

Helper function called by properties

Method Details

OnPropertyChanged() protected méthode

Helper function called by properties
protected OnPropertyChanged ( string propertyName = null ) : void
propertyName string
Résultat void