BrowserEvents Class |
Namespace: ShellBoost.Core.WindowsShell
public sealed class BrowserEvents : DispatchEvents
The BrowserEvents type exposes the following members.
Name | Description | |
---|---|---|
BrowserEvents(Browser) |
Initializes a new instance of the BrowserEvents class.
| |
BrowserEvents(Object) |
Initializes a new instance of the BrowserEvents class.
|
Name | Description | |
---|---|---|
Browser |
Gets the browser.
| |
InterfaceId |
Gets the interface identifier (IID).
(Inherited from DispatchEvents.) |
Name | Description | |
---|---|---|
Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from DispatchEvents.) |
Name | Description | |
---|---|---|
CommandStateChange |
Occurs when the enabled state of a command changes.
| |
DocumentComplete |
Occurs when a document is completely loaded and initialized.
| |
DownloadBegin |
Occurs when a navigation operation begins.
| |
DownloadComplete |
Occurs when a navigation operation finishes, is halted, or fails.
| |
Event |
Occurs after an IDispatch event occured.
(Inherited from DispatchEvents.) | |
NavigateComplete2 |
Occurs after a navigation is completed.
| |
OnQuit |
Occurs before the browser quits.
| |
ProgressChange |
Occurs when the progress of a download operation is updated.
| |
TitleChange |
Occurs when the title of a document in the object becomes available or changes.
| |
ViewUpdate |
Occurs when the contents of a shell browser window change.
|