nativeEvent Property (InteractiveKeyEventArgs)

Summary

Native event associated with this event.

Syntax

JavaScript Syntax
Object.defineProperty(InteractiveKeyEventArgs.prototype, 'nativeEvent', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
nativeEvent: Event;

Property Value

The native event associated with this event.

Remarks

This is the native event and it depends on the platform.

For example, in JavaScript, if this event was triggered through a keydown event, then NativeEvent will contain the event data object.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Controls Assembly
Click or drag to resize