Wisej.Web.WebBrowserDocumentCompletedEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Represents the method that will handle the DocumentCompleted event of the WebBrowser control.
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
Wisej.Web.WebBrowserDocumentCompletedEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Provides data for the DocumentCompleted event.
Initializes a new instance of the WebBrowserDocumentCompletedEventArgs class.
Name | Type | Description |
---|---|---|
Uri: Returns the location of the document where the WebBrowser control has navigated.
Name | Description |
---|---|
sender
The source of the event.
e
A WebBrowserDocumentCompletedEventArgs that contains the event data.
Fired when the WebBrowser control finishes loading a web page.
url
The Uri of the document that was loaded.
Represents the method that will handle the DocumentCompleted event of the WebBrowser control.
Wisej.Web.WebBrowser
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Represents a web browser control that enables the user to navigate web pages inside a form or a page.
Initializes a new instance of the WebBrowser class.
BorderStyle: Indicates the border style for the control. (Default: Solid
)
Boolean: Returns or sets a value indicating whether scroll bars are displayed in the WebBrowser control. (Default: True
)
Uri: Returns or sets the URL of the current document. (Default: null
)
Throws:
ArgumentException The specified value when setting this property is not an absolute URI. For more information, see IsAbsoluteUri.
Navigates the WebBrowser control to the previous page in the navigation history, if one is available.
Due to IFrame security constraints, this method will not work when the source of the IFrame content is from a different domain.
Navigates the WebBrowser control to the next page in the navigation history, if one is available.
Due to IFrame security constraints, this method will not work when the source of the IFrame content is from a different domain.
Loads the document at the location indicated by the specified Uri into the WebBrowser control.
Throws:
ArgumentException The url parameter value does not represent an absolute URI. For more information, see IsAbsoluteUri.
Loads the document at the specified Uniform Resource Locator (URL) into the WebBrowser control.
WebBrowserDocumentCompletedEventHandler Fired when the WebBrowser control finishes loading a web page.
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Name | Description |
---|---|
url
A Uri representing the URL of the document to load.
url
The URL of the document to load.
Bindable components implement this interface.
Controls that support drag & drop operations implement this interface.
All wisej components implement this interface.
All wisej controls derived from the Control class must implement this interface.
Allows an object to serialize itself.