Method | Description | |
---|---|---|
Disposing ( ) : void | ||
Init ( ) : void | ||
VisualState ( IBaseModel model ) : Abstraction |
Method | Description | |
---|---|---|
HookEvents ( ) : void | ||
OnModelStatePropertyChanged ( string propertyName ) : void |
Will copy the value from the Model State into the Visual State when the Model property changes
|
Method | Description | |
---|---|---|
OnPropertyChanged ( object sender, |
protected OnModelStatePropertyChanged ( string propertyName ) : void | ||
propertyName | string | |
return | void |
public VisualState ( IBaseModel model ) : Abstraction | ||
model | IBaseModel | |
return | Abstraction |