ICommandContext interface
Namespace: NextDesign.Desktop
Description
Provides an execution context for commands.
Affiliation area
| Name | Description |
|---|---|
| Commands | A group of APIs to access commands received by command handlers. |
Inherit Base
| Name | Description |
|---|---|
| IContext | A context is given when the extension is run. The extension implementation can refer to shared variables and running extension configuration information through this context. |
Property
| Name | Description |
|---|---|
| Command | currently executing command definition |
| Global | Extension Sharing Context |
| SenderModel | The model if the command is associated with it |