ASPxClientSpreadsheetSynchronizationEventHandler<Sender> Interface
In This Article
A method that will handle the ASPxClientSpreadsheet.BeginSynchronization and ASPxClientSpreadsheet.EndSynchronization events.
#Declaration
TypeScript
interface ASPxClientSpreadsheetSynchronizationEventHandler<Sender> { (source: Sender, e: ASPxClientSpreadsheetSynchronizationEventArgs): void; }
#Parameters
Name | Type | Description |
---|---|---|
source | Sender | An object representing the event source. Identifies the Spreadsheet that raised the event. |
e | ASPx |
A ASPx |