Skip to main content
Version: 4.1

WebBrowserDocumentCompletedEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Provides data for the DocumentCompleted event.

public class WebBrowserDocumentCompletedEventArgs : EventArgs

Constructors

Instance member WebBrowserDocumentCompletedEventArgs(url)

Initializes a new instance of the WebBrowserDocumentCompletedEventArgs class.

NameTypeDescription
urlUriThe Uri of the document that was loaded.

Properties

Instance member Url

Uri: Returns the location of the document where the WebBrowser control has navigated.

Used By

NameDescription
WebBrowserDocumentCompletedEventHandlerRepresents the method that will handle the DocumentCompleted event of the WebBrowser control.