OriginalEvent Property

Summary

Gets the raw event data as generated by the underlying web browser during a user interaction.

Syntax

TypeScript
JavaScript
Object.defineProperty(SheetEditorInteractiveEventArgs.prototype, 'originalEvent', 
	get: function() 
) 
originalEvent: any; // read-only 

Property Value

The native event object associated with the user interaction.

Remarks

This property provides access to the information beyond the standardized properties of the SheetEditorInteractiveEventArgs.

Requirements

Target Platforms

See Also

SheetEditorInteractiveEventArgs Class

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.