Action View Model
Overview
ActionViewModel is a view model that extends HeadlinedViewModel and adds action functionality. It is often used for menu items that trigger an ICommand — typically an R3 ReactiveCommand.
API
ActionViewModel
Represents a view model that supports an actionable command, inheriting header, icon, and description properties.
ActionViewModel constructor
Constructor | Description |
|---|---|
| Passes the type identifier to the base |
Property | Type | Description |
|---|---|---|
|
| Gets or sets the action that is executed when the view model is activated. |
|
| Gets or sets the parameter passed to the command when executed. |
Last modified: 17 July 2026