WebBrowserDocumentCompletedEventArgs

Wisej.Web.WebBrowserDocumentCompletedEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (2.2.0.0)

Provides data for the DocumentCompleted event.

public class WebBrowserDocumentCompletedEventArgs : EventArgs

Constructors

WebBrowserDocumentCompletedEventArgs(url)

Initializes a new instance of the WebBrowserDocumentCompletedEventArgs class.

Name
Type
Description

url

The Uriarrow-up-right of the document that was loaded.

Properties

Url

Uriarrow-up-right: Returns the location of the document where the WebBrowser control has navigated.

Used By

Name
Description

Represents the method that will handle the DocumentCompleted event of the WebBrowser control.

Last updated

Was this helpful?