C# Class SimPanel.ObservableObject

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: jungervin/SimPanel

Méthodes publiques

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

Méthodes protégées

Méthode Description
SetProperty ( &_tField, _tValue, &_tPreviousValue, string _sPropertyName = null ) : bool
SetProperty ( &_tField, _tValue, string _sPropertyName = null ) : bool

Method Details

OnPropertyChanged() public méthode

public OnPropertyChanged ( string _sPropertyName = null ) : void
_sPropertyName string
Résultat void

SetProperty() protected méthode

protected SetProperty ( &_tField, _tValue, &_tPreviousValue, string _sPropertyName = null ) : bool
_sPropertyName string
Résultat bool

SetProperty() protected méthode

protected SetProperty ( &_tField, _tValue, string _sPropertyName = null ) : bool
_sPropertyName string
Résultat bool