SheetEditorInteractiveEventArgs Class

Summary

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.

Syntax

TypeScript
JavaScript
function lt.Document.SheetEditor.SheetEditorInteractiveEventArgs 
	extends System.EventArgs 
class lt.Document.SheetEditor.SheetEditorInteractiveEventArgs() 
	extends LeadEventArgs 

Remarks

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.

Requirements

Target Platforms

See Also

SheetEditorInteractiveEventArgs Members

Leadtools.Document.SheetEditor Namespace

Help Version 23.0.2024.5.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.SheetEditor Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.