C# Class WorkingFilesList.Core.PropertyChangedNotifier

Classes that need to implement INotifyPropertyChanged can do so by subclassing this class
Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: Ant-f/WorkingFilesList

Méthodes protégées

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

Method Details

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( string propertyName = null ) : void
propertyName string
Résultat void