Click or drag to resize

BrowserEvents Class

Listens to a Browser events.
Inheritance Hierarchy

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public sealed class BrowserEvents : DispatchEvents

The BrowserEvents type exposes the following members.

Constructors
  NameDescription
Public methodBrowserEvents(Browser)
Initializes a new instance of the BrowserEvents class.
Public methodBrowserEvents(Object)
Initializes a new instance of the BrowserEvents class.
Top
Properties
  NameDescription
Public propertyBrowser
Gets the browser.
Public propertyInterfaceId
Gets the interface identifier (IID).
(Inherited from DispatchEvents.)
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from DispatchEvents.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventCommandStateChange
Occurs when the enabled state of a command changes.
Public eventDocumentComplete
Occurs when a document is completely loaded and initialized.
Public eventDownloadBegin
Occurs when a navigation operation begins.
Public eventDownloadComplete
Occurs when a navigation operation finishes, is halted, or fails.
Public eventEvent
Occurs after an IDispatch event occured.
(Inherited from DispatchEvents.)
Public eventNavigateComplete2
Occurs after a navigation is completed.
Public eventOnQuit
Occurs before the browser quits.
Public eventProgressChange
Occurs when the progress of a download operation is updated.
Public eventTitleChange
Occurs when the title of a document in the object becomes available or changes.
Public eventViewUpdate
Occurs when the contents of a shell browser window change.
Top
See Also