SpreadsheetClientSideEventsBuilder.OnBeginSynchronization(String) Method
Assign the name of the JavaScript function or the entire event handler’s code to the client beginSynchronization event.
Namespace: DevExpress.AspNetCore.Spreadsheet
Assembly: DevExpress.AspNetCore.Spreadsheet.v24.1.dll
NuGet Package: DevExpress.AspNetCore.Spreadsheet
Declaration
public SpreadsheetClientSideEventsBuilder OnBeginSynchronization(
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