C# Class SimPanel.ObservableObject

Inheritance: INotifyPropertyChanged
Mostra file Open project: jungervin/SimPanel

Public Methods

Method Description
OnPropertyChanged ( string _sPropertyName = null ) : void

Protected Methods

Method Description
SetProperty ( &_tField, _tValue, &_tPreviousValue, string _sPropertyName = null ) : bool
SetProperty ( &_tField, _tValue, string _sPropertyName = null ) : bool

Method Details

OnPropertyChanged() public method

public OnPropertyChanged ( string _sPropertyName = null ) : void
_sPropertyName string
return void

SetProperty() protected method

protected SetProperty ( &_tField, _tValue, &_tPreviousValue, string _sPropertyName = null ) : bool
_sPropertyName string
return bool

SetProperty() protected method

protected SetProperty ( &_tField, _tValue, string _sPropertyName = null ) : bool
_sPropertyName string
return bool