constructor(command) Constructor
Initializes a new instance of the MVCxClientBeginCallbackEventArgs class.
Declaration
constructor(
command: string
)
Parameters
Name | Type | Description |
---|---|---|
command | string | A string value that is the name of the command that initiated a callback. |
See Also