ClassJavascriptEventArgs
Class
Provides data to the Javascript event handler
Definition
Namespace:ArtOfTest.WebAii.Javascript
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class JavascriptEventArgs : EventArgs
Inheritance: objectEventArgsJavascriptEventArgs
Inherited Members
Properties
CharCode
Gets the Unicode value of a printable character that was entered
ClientX
Gets the horizontal cursor position in browser-relative coordinates
ClientY
Gets the vertical cursor position in browser-relative coordinates
KeyCode
Gets the Unicode (or something) value of the key that was pressed
ModifierKeys
Gets the modifier keys that were active during the event
Declaration
cs-api-definition
public ModifierKeys ModifierKeys { get; }
Property Value
ModifierKeys
ScreenX
Gets the horizontal cursor position in screen coordinates
ScreenY
Gets the vertical cursor position in screen coordinates