C# Class WhiteMvvm.Utilities.NotifiedObject

Inheritance: INotifyPropertyChanged
Datei anzeigen Open project: AbuMandour/WhiteMvvm

Protected Methods

Method Description
OnPropertyChanged ( string propertyName = null ) : void

Fire to update property

Method Details

OnPropertyChanged() protected method

Fire to update property
protected OnPropertyChanged ( string propertyName = null ) : void
propertyName string
return void