Method | Description | |
---|---|---|
ZetboxContextModel ( IZetboxContext dataCtx ) : System |
Method | Description | |
---|---|---|
OnPropertyChanged ( string propertyName ) : void |
Notifies all listeners of PropertyChanged about a change in a property
|
Method | Description | |
---|---|---|
Disposed ( ) : void | ||
OnContextChanged ( ) : void |
Update the model's state when the context is changed
|
protected OnPropertyChanged ( string propertyName ) : void | ||
propertyName | string | the changed property |
return | void |
public ZetboxContextModel ( IZetboxContext dataCtx ) : System | ||
dataCtx | IZetboxContext | |
return | System |