HtmlElementEventArgs Properties
.NET Framework 4.5
The HtmlElementEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
|
AltKeyPressed | Indicates whether the ALT key was pressed when this event occurred. |
|
BubbleEvent | Gets or sets a value indicating whether the current event bubbles up through the element hierarchy of the HTML Document Object Model. |
|
ClientMousePosition | Gets or sets the position of the mouse cursor in the document's client area. |
|
CtrlKeyPressed | Indicates whether the CTRL key was pressed when this event occurred. |
|
EventType | Gets the name of the event that was raised. |
|
FromElement | Gets the HtmlElement the mouse pointer is moving away from. |
|
KeyPressedCode | Gets the ASCII value of the keyboard character typed in a KeyPress, KeyDown, or KeyUp event. |
|
MouseButtonsPressed | Gets the mouse button that was clicked during a MouseDown or MouseUp event. |
|
MousePosition | Gets or sets the position of the mouse cursor relative to a relatively positioned parent element. |
|
OffsetMousePosition | Gets or sets the position of the mouse cursor relative to the element that raises the event. |
|
ReturnValue | Gets or sets the return value of the handled event. |
|
ShiftKeyPressed | Indicates whether the SHIFT key was pressed when this event occurred. |
|
ToElement | Gets the HtmlElement toward which the user is moving the mouse pointer. |