NavigationCompleted

Description

Occurs when the navigation is completed (when the WebBrowser control have completed loading all images, scripts, and other content on the page).

Syntax

NavigationCompleted (Boolean isSuccess, int httpCode, string webError)

Event ID

Event ID

Objects

None

WebBrowser controls


Arguments

Argument

Description

isSuccess

Whether the navigation is successful.

TRUE indicates success.

FALSE indicates failure.

httpCode

The HTTP response code when navigation is completed.

webError

If isSuccess is false, this value shows the specific reason why navigation failed.


Return Values

None

See also

AddressChange

ContentLoading

NavigationStart

NavigationStateChanged

HistoryChanged