Method | Description | |
---|---|---|
WasteViewModel ( |
Constructs a new WasteViewModel instance.
|
Method | Description | |
---|---|---|
OnLinkedPropertiesChanged ( object sender, System e ) : void |
Handler for whenever properties in other linked view models change. All we're really interested in doing here is re-raising the same events for arguments that we mirror within this view model. This makes it so that we don't need a model behind this view model, we simply repeat data that exists elsewhere.
|
public WasteViewModel ( |
||
settingsViewModel | /// The SettingsViewModel from which to receive updated user input about waste calculations. /// | |
dashboardViewModel | /// The m_dashboardViewModelViewModel from which to receive updated blocking statistics. /// | |
return | System |