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.v24.2.dll
NuGet Package: DevExpress.AspNetCore.Spreadsheet
#Declaration
public SpreadsheetClientSideEventsBuilder OnCustomCommandExecuted(
string callback
)
#Parameters
Name | Type | Description |
---|---|---|
callback | String | The name of a Java |
#Returns
Type | Description |
---|---|
Spreadsheet |
An object that can be used to further configure the Spreadsheet’s client side events. |