constructor(result) Constructor
Initializes a new instance of the MVCxClientReportDesignerSaveCommandExecutedEventArgs class with the specified settings.
Declaration
constructor(
result: string
)
Parameters
Name | Type | Description |
---|---|---|
result | string | A string value that represents the result of server-side processing. |
See Also