Error processing SSI file
(Leadtools.Controls)

Show in webframe

NativeEvent Property (InteractiveKeyEventArgs)




Native event associated with this event.
Syntax
public EventArgs NativeEvent {get; set;}
'Declaration
 
Public Property NativeEvent As EventArgs

Property Value

The native event associated with this event.
Remarks

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

For example, in Windows Forms, if this event was triggered through a KeyDown event, then NativeEvent will contain the event data object (is of type KeyEventArgs).

And in JavaScript, if this event was triggered through a 'keydown' event. Then NativeEvent will contain the native event data (e).

Requirements

Target Platforms

See Also

Reference

InteractiveKeyEventArgs Class
InteractiveKeyEventArgs Members

Error processing SSI file