The events of System.Windows.Forms.WebBrowser are listed below. For a list of all members, see the WebBrowser Members list.
See Also: Inherited members from System.Windows.Forms.WebBrowserBase
CanGoBackChanged |
Occurs when the WebBrowser.CanGoBack property value changes. | |
CanGoForwardChanged |
Occurs when the WebBrowser.CanGoForward property value changes. | |
DocumentCompleted |
Occurs when the System.Windows.Forms.WebBrowser control finishes loading a document. | |
DocumentTitleChanged |
Occurs when the WebBrowser.DocumentTitle property value changes. | |
EncryptionLevelChanged |
Occurs when the System.Windows.Forms.WebBrowser control navigates to or away from a Web site that uses encryption. | |
FileDownload |
Occurs when the System.Windows.Forms.WebBrowser control downloads a file. | |
Navigated |
Occurs when the System.Windows.Forms.WebBrowser control has navigated to a new document and has begun loading it. | |
Navigating |
Occurs before the System.Windows.Forms.WebBrowser control navigates to a new document. | |
NewWindow |
Occurs before a new browser window is opened. | |
PaddingChanged |
Occurs when the value of the WebBrowser.Padding property changes. | |
ProgressChanged |
Occurs when the System.Windows.Forms.WebBrowser control has updated information on the download progress of a document it is navigating to. | |
StatusTextChanged |
Occurs when the WebBrowser.StatusText property value changes. |