WebBrowser Events
.NET Framework 4.5
The WebBrowser type exposes the following members.
| Name | Description | |
|---|---|---|
|
AutoSizeChanged | Infrastructure. This event is not relevant for this class. (Inherited from Control.) |
|
BackColorChanged | Infrastructure. This event is not supported by this control. (Inherited from WebBrowserBase.) |
|
BackgroundImageChanged | Infrastructure. This event is not supported by this control. (Inherited from WebBrowserBase.) |
|
BackgroundImageLayoutChanged | Infrastructure. This event is not supported by this control. (Inherited from WebBrowserBase.) |
|
BindingContextChanged | Infrastructure. This event is not supported by this control. (Inherited from WebBrowserBase.) |
|
CanGoBackChanged | Occurs when the CanGoBack property value changes. |
|
CanGoForwardChanged | Occurs when the CanGoForward property value changes. |
|
CausesValidationChanged | Occurs when the value of the CausesValidation property changes. (Inherited from Control.) |
|
ChangeUICues | Infrastructure. Occurs when the focus or keyboard user interface (UI) cues change. (Inherited from WebBrowserBase.) |
|
Click | Infrastructure. This event is not supported by this control. (Inherited from WebBrowserBase.) |
|
ClientSizeChanged | Occurs when the value of the ClientSize property changes. (Inherited from Control.) |
|
ContextMenuChanged | Occurs when the value of the ContextMenu property changes. (Inherited from Control.) |
|
ContextMenuStripChanged | Occurs when the value of the ContextMenuStrip property changes. (Inherited from Control.) |
|
ControlAdded | Occurs when a new control is added to the Control.ControlCollection. (Inherited from Control.) |
|
ControlRemoved | Occurs when a control is removed from the Control.ControlCollection. (Inherited from Control.) |
|
CursorChanged | Infrastructure. This event is not supported by this control. (Inherited from WebBrowserBase.) |
|
Disposed | Occurs when the component is disposed by a call to the Dispose method. (Inherited from Component.) |
|
DockChanged | Occurs when the value of the Dock property changes. (Inherited from Control.) |
|
DocumentCompleted | Occurs when the WebBrowser control finishes loading a document. |
|
DocumentTitleChanged | Occurs when the DocumentTitle property value changes. |
|
DoubleClick | Infrastructure. This event is not supported by this control. (Inherited from WebBrowserBase.) |
|
DragDrop | Infrastructure. This event is not supported by this control. (Inherited from WebBrowserBase.) |
|
DragEnter | Infrastructure. This event is not supported by this control. (Inherited from WebBrowserBase.) |
|
DragLeave | Infrastructure. This event is not supported by this control. (Inherited from WebBrowserBase.) |
|
DragOver | Infrastructure. This event is not supported by this control. (Inherited from WebBrowserBase.) |
|
EnabledChanged | Infrastructure. This event is not supported by this control. (Inherited from WebBrowserBase.) |
|
EncryptionLevelChanged | Occurs when the WebBrowser control navigates to or away from a Web site that uses encryption. |
|
Enter | Infrastructure. This event is not supported by this control. (Inherited from WebBrowserBase.) |
|
FileDownload | Occurs when the WebBrowser control downloads a file. |
|
FontChanged | Infrastructure. This event is not supported by this control. (Inherited from WebBrowserBase.) |
|
ForeColorChanged | Infrastructure. This event is not supported by this control. (Inherited from WebBrowserBase.) |
|
GiveFeedback | Infrastructure. This event is not supported by this control. (Inherited from WebBrowserBase.) |
|
GotFocus | Occurs when the control receives focus. (Inherited from Control.) |
|
HandleCreated | Occurs when a handle is created for the control. (Inherited from Control.) |
|
HandleDestroyed | Occurs when the control's handle is in the process of being destroyed. (Inherited from Control.) |
|
HelpRequested | Infrastructure. This event is not supported by this control. (Inherited from WebBrowserBase.) |
|
ImeModeChanged | Infrastructure. This event is not supported by this control. (Inherited from WebBrowserBase.) |
|
Invalidated | Occurs when a control's display requires redrawing. (Inherited from Control.) |
|
KeyDown | Infrastructure. This event is not supported by this control. (Inherited from WebBrowserBase.) |
|
KeyPress | Infrastructure. This event is not supported by this control. (Inherited from WebBrowserBase.) |
|
KeyUp | Infrastructure. This event is not supported by this control. (Inherited from WebBrowserBase.) |
|
Layout | Infrastructure. This event is not supported by this control. (Inherited from WebBrowserBase.) |
|
Leave | Infrastructure. This event is not supported by this control. (Inherited from WebBrowserBase.) |
|
LocationChanged | Occurs when the Location property value has changed. (Inherited from Control.) |
|
LostFocus | Occurs when the control loses focus. (Inherited from Control.) |
|
MarginChanged | Occurs when the control's margin changes. (Inherited from Control.) |
|
MouseCaptureChanged | Infrastructure. This event is not supported by this control. (Inherited from WebBrowserBase.) |
|
MouseClick | Infrastructure. This event is not supported by this control. (Inherited from WebBrowserBase.) |
|
MouseDoubleClick | Infrastructure. This event is not supported by this control. (Inherited from WebBrowserBase.) |
|
MouseDown | Infrastructure. This event is not supported by this control. (Inherited from WebBrowserBase.) |
|
MouseEnter | Infrastructure. This event is not supported by this control. (Inherited from WebBrowserBase.) |
|
MouseHover | Infrastructure. This event is not supported by this control. (Inherited from WebBrowserBase.) |
|
MouseLeave | Infrastructure. This event is not supported by this control. (Inherited from WebBrowserBase.) |
|
MouseMove | Infrastructure. This event is not supported by this control. (Inherited from WebBrowserBase.) |
|
MouseUp | Infrastructure. This event is not supported by this control. (Inherited from WebBrowserBase.) |
|
MouseWheel | Infrastructure. This event is not supported by this control. (Inherited from WebBrowserBase.) |
|
Move | Occurs when the control is moved. (Inherited from Control.) |
|
Navigated | Occurs when the WebBrowser control has navigated to a new document and has begun loading it. |
|
Navigating | Occurs before the WebBrowser control navigates to a new document. |
|
NewWindow | Occurs before a new browser window is opened. |
|
PaddingChanged | Infrastructure. Occurs when the value of the Padding property changes. |
|
Paint | Infrastructure. This event is not supported by this control. (Inherited from WebBrowserBase.) |
|
ParentChanged | Occurs when the Parent property value changes. (Inherited from Control.) |
|
PreviewKeyDown | Occurs before the KeyDown event when a key is pressed while focus is on this control. (Inherited from Control.) |
|
ProgressChanged | Occurs when the WebBrowser control has updated information on the download progress of a document it is navigating to. |
|
QueryAccessibilityHelp | Infrastructure. This event is not supported by this control. (Inherited from WebBrowserBase.) |
|
QueryContinueDrag | Infrastructure. This event is not supported by this control. (Inherited from WebBrowserBase.) |
|
RegionChanged | Occurs when the value of the Region property changes. (Inherited from Control.) |
|
Resize | Occurs when the control is resized. (Inherited from Control.) |
|
RightToLeftChanged | Infrastructure. This event is not supported by this control. (Inherited from WebBrowserBase.) |
|
SizeChanged | Occurs when the Size property value changes. (Inherited from Control.) |
|
StatusTextChanged | Occurs when the StatusText property value changes. |
|
StyleChanged | Infrastructure. This event is not supported by this control. (Inherited from WebBrowserBase.) |
|
SystemColorsChanged | Occurs when the system colors change. (Inherited from Control.) |
|
TabIndexChanged | Occurs when the TabIndex property value changes. (Inherited from Control.) |
|
TabStopChanged | Occurs when the TabStop property value changes. (Inherited from Control.) |
|
TextChanged | Infrastructure. This event is not supported by this control. (Inherited from WebBrowserBase.) |
|
Validated | Occurs when the control is finished validating. (Inherited from Control.) |
|
Validating | Occurs when the control is validating. (Inherited from Control.) |
|
VisibleChanged | Occurs when the Visible property value changes. (Inherited from Control.) |