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