HtmlWindow Events
.NET Framework (current version)
Namespace:
System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() | Error | Occurs when script running inside of the window encounters a run-time error. |
![]() | GotFocus | Occurs when the current window obtains user input focus. |
![]() | Load | Occurs when the window's document and all of its elements have finished initializing. |
![]() | LostFocus | Occurs when user input focus has left the window. |
![]() | Resize | Occurs when the user uses the mouse to change the dimensions of the window. |
![]() | Scroll | Occurs when the user scrolls through the window to view off-screen text. |
![]() | Unload | Occurs when the current page is unloading, and a new page is about to be displayed. |
Show:
