Skip to main content

SpreadsheetClientSideEventsBuilder.OnCustomCommandExecuted(String) Method

Assign the name of the JavaScript function or the entire event handler’s code to the client customCommandExecuted event.

Namespace: DevExpress.AspNetCore.Spreadsheet

Assembly: DevExpress.AspNetCore.Spreadsheet.v23.2.dll

NuGet Package: DevExpress.AspNetCore.Spreadsheet

Declaration

public SpreadsheetClientSideEventsBuilder OnCustomCommandExecuted(
    string callback
)

Parameters

Name Type Description
callback String

The name of a JavaScript function or the entire JavaScript function code used to handle an event.

Returns

Type Description
SpreadsheetClientSideEventsBuilder

An object that can be used to further configure the Spreadsheet’s client side events.

See Also