Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Controls Assembly > Leadtools.Controls Namespace > InteractiveEventArgs Class : NativeEvent Property |
This is the native event and it depends on the platform.
For example, in Windows Forms, if this event was triggered through a MouseDown event, then NativeEvent will contain the event data object (is of type MouseEventArgs).
And in JavaScript, if this event was triggered through a 'mousedown' event. Then NativeEvent will contain the native event data (e).