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