C# Class EventManagerPro.ViewModels.BaseViewModel

This class is used to provide functionality to each ViewModel class without the need to replicate code.
Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: sagittaros/EventManagerModel

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