Class: cSigCjCom_DWebBrowserEvents
Event interface for WebBrowser Control
Class Hierarchy:
cObject

Mixin


cSigCjCom_DWebBrowserEventsClass Definition
Functions and Procedures

OnComBeforeNavigate2(Variant llpDisp Variant llURL Variant llFlags Variant llTargetFrameName Variant llPostData Variant llHeaders Boolean ByRef llCancel)
Fired before navigate occurs in the given WebBrowser (window or frameset element). The processing of this navigation may be modified.

OnComCommandStateChange(Integer llCommand Boolean llEnable)
The enabled state of a command changed.

OnComDocumentComplete(Variant llpDisp Variant llURL)
Fired when the document being navigated to reaches ReadyState_Complete.

OnComDownloadBegin()
Download of a page started.

OnComDownloadComplete()
Download of page complete.

OnComNavigateComplete2(Variant llpDisp Variant llURL)
Fired when the document being navigated to becomes visible and enters the navigation stack.

OnComNavigateError(Variant llpDisp Variant llURL Variant llTargetFrameName Variant llStatusCode Boolean ByRef llCancel)
Fired when a binding error occurs (window or frameset element)

OnComNewWindow2(Variant llppDisp Boolean ByRef llCancel)
A new, hidden, non-navigated WebBrowser window is needed.

OnComProgressChange(Integer llProgress Integer llProgressMax)
Fired when download progress is updated.

OnComPropertyChange(String llProperty)
Fired when the PutProperty method has been called.

OnComQuit()
Fired when application is quiting

OnComSetSecureLockIcon(Integer llSecureLockIcon)
Fired to indicate the security level of the current web page contents

OnComStatusTextChange(String llText)
Statusbar text changed.

OnComTitleChange(String llTitle)
Document title changed.

OnComWindowClosing(Boolean llIsChildWindow Boolean ByRef llCancel)
Fired when the WebBrowser is about to be closed by script

OnComWindowSetHeight(Integer llHeight)
Fired when the host window should change its height

OnComWindowSetLeft(Integer llLeft)
Fired when the host window should change its Left coordinate

OnComWindowSetResizable(Boolean llResizable)
Fired when the host window should allow/disallow resizing

OnComWindowSetTop(Integer llTop)
Fired when the host window should change its Top coordinate

OnComWindowSetWidth(Integer llWidth)
Fired when the host window should change its width

RegisterComEvents()