UserInputEvents.OnActivateCommand Event
Parent Object: UserInputEventsDescription
The OnActivateCommand event notifies the client when a command has been invoked.
Syntax
UserInputEvents.OnActivateCommand( CommandName As String, Context As NameValueMap )Parameters
Name | Type | Description |
CommandName | String | The internal name of the command. This is the same name as the internal name of the ControlDefinition object associated with this command. |
Context | NameValueMap | Input NameValueMap object that can be used to determine the context of why the event fired. No context information is provided for this event. |