HtmlDocument Events
.NET Framework (current version)
Namespace:
System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() | Click | Occurs when the user clicks anywhere on the document. |
![]() | ContextMenuShowing | Occurs when the user requests to display the document's context menu. |
![]() | Focusing | Occurs before focus is given to the document. |
![]() | LosingFocus | Occurs while focus is leaving a control. |
![]() | MouseDown | Occurs when the user clicks the left mouse button. |
![]() | MouseLeave | Occurs when the mouse is no longer hovering over the document. |
![]() | MouseMove | Occurs when the mouse is moved over the document. |
![]() | MouseOver | Occurs when the mouse is moved over the document. |
![]() | MouseUp | Occurs when the user releases the left mouse button. |
![]() | Stop | Occurs when navigation to another Web page is halted. |
Show:
