C# Class EventManagerPro.ViewModels.BaseViewModel

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

Public Methods

Method Description
NotifyPropertyChanged ( string propertyName ) : void

Method Details

NotifyPropertyChanged() public method

public NotifyPropertyChanged ( string propertyName ) : void
propertyName string
return void