CustomCommandExecutedEventArgs Class
Provides data for the customCommandExecuted event.
Declaration
class CustomCommandExecutedEventArgs extends EventArgs
Inheritance
EventArgs
CustomCommandExecutedEventArgs
Properties
commandName Property
Gets the name of the processed command.
Declaration
commandName: string
Property Value
Type | Description |
---|---|
string | The processed command’s name. |
Remarks
The commandName property identifies the custom command currently being processed. Use the parameter event argument property to get additional information about the command.
parameter Property
Provides additional information about the processed command.
Declaration
parameter: string
Property Value
Type | Description |
---|---|
string | Contains additional information about the processed command. |