ASPxClientSpreadsheetSynchronizationEventHandler<Sender> Interface
A method that will handle the ASPxClientSpreadsheet.BeginSynchronization and ASPxClientSpreadsheet.EndSynchronization events.
Declaration
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 | ASPxClientSpreadsheetSynchronizationEventArgs | A ASPxClientSpreadsheetSynchronizationEventArgs object that contains event data. |