Skip to main content

ASPxClientSpreadsheetSynchronizationEventHandler<Sender> Interface

In This Article

#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 ASPxClientSpreadsheetSynchronizationEventArgs

A ASPxClientSpreadsheetSynchronizationEventArgs object that contains event data.