System.Windows.Forms 2.0.0.0 System.EventArgs encapsulates the same information found on the window.event object when programming against the unmanaged HTML DOM or when writing Active Script for HTML pages. In most cases, you can use to find the HTML element that is receiving the event action, and to find the HTML element that the current event is causing us to leave. However, not every event supplies a value for these properties; see the managed documentation for an event, or the corresponding documentation in the Internet Explorer SDK documentation, to discover if the event supplies it. Many events in the HTML DOM are sent to their parent elements unless they are cancelled. This is known as event bubbling. If a SPAN inside of a DIV receives a click, then a click event is raised for the SPAN first, then for the DIV, and finally for the HTML page's BODY element. controls whether an event will behave in this manner or not. Provides data for the events defined on and . Property 2.0.0.0 System.Boolean To be added. To be added. Indicates whether the ALT key was pressed when this event occurred. Property 2.0.0.0 System.Boolean To be added. Not all events in the Document Object Model bubble. All of the events exposed by the managed wrapper bubble with the exception of . For , the Error and Load events do not bubble. Setting BubbleEvent to true during any of these events will have no effect. Gets or sets a value indicating whether the current event bubbles up through the element hierarchy of the HTML Document Object Model. Property 2.0.0.0 System.Drawing.Point To be added. ClientMousePosition gives the mouse position of the cursor relative to the upper-left corner of the document. Use if you need the mouse coordinates relative to the element that raised the event. Gets or sets the position of the mouse cursor in the document's client area. Property 2.0.0.0 System.Boolean To be added. To be added. Indicates whether the CTRL key was pressed when this event occurred. Property 2.0.0.0 System.String To be added. To be added. Gets the name of the event that was raised. Property 2.0.0.0 System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced) System.ComponentModel.Browsable(false) System.Windows.Forms.HtmlElement To be added. will have a valid value during mouse events such as and . Gets the the mouse pointer is moving away from. Property 2.0.0.0 System.Int32 To be added. To be added. Gets the ASCII value of the keyboard character typed in a , , or event. Property 2.0.0.0 System.Windows.Forms.MouseButtons To be added. To be added. Gets the mouse button that was clicked during a or event. Property 2.0.0.0 System.Drawing.Point To be added. Relative positioning is used in HTML to place an element on a page in relation to its parent. If an element is relatively positioned, this property will return the same result as . Gets or sets the position of the mouse cursor relative to a relatively positioned parent element. Property 2.0.0.0 System.Drawing.Point To be added. To be added. Gets or sets the position of the mouse cursor relative to the element that raises the event. Property 2.0.0.0 System.Boolean To be added. To be added. Gets or sets the return value of the handled event. Property 2.0.0.0 System.Boolean To be added. To be added. Indicates whether the SHIFT key was pressed when this event occurred. Property 2.0.0.0 System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced) System.ComponentModel.Browsable(false) System.Windows.Forms.HtmlElement To be added. will have a valid value during mouse events such as and . Gets the toward which the user is moving the mouse pointer.