Defines the base class for all the interactive events.
It encapsulates data related to the specific part of the sheet being interacted with, the nature of the interaction, and its location within the workbook.
function lt.Document.SheetEditor.SheetEditorInteractiveEventArgs
extends System.EventArgs
SheetEditorInteractiveEventArgs is used for developing responsive and interactive sheet editing experiences. It enables developers to implement interaction to the specifics of the user's action.
It contains the following properties:
Member | Description |
---|---|
CellRange | Gets the range of cells involved in a user interaction within the sheet editor. |
ItemPart | Specifies the component of the sheet editor that was subject to user interaction. |
OriginalEvent | Gets the raw event data as generated by the underlying web browser during a user interaction. |
SheetOrder | Gets the sheet position within the workbook where the user interaction took place. |