constructor(result) Constructor
Initializes a new instance of the MVCxClientQueryBuilderSaveCommandExecutedEventArgs class with the specified settings.
Declaration
constructor(
result: string
)
Parameters
Name | Type | Description |
---|---|---|
result | string | An object that specifies the Save command execution result. |
See Also