Table of Contents

Class WebBrowserEventArgs

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Provides data for the WebBrowser events.

public class WebBrowserEventArgs : BaseCancelEventArgs
Inheritance
WebBrowserEventArgs

Constructors

WebBrowserEventArgs(string?)

Initializes a new instance of the WebBrowserEventArgs class.

Properties

ClientData

Gets the client data value for the received event.

EventType

Gets the type of the WebBrowser event.

IntVal

Gets the integer value for the received event.

IsError

Returns true the script execution failed.

MessageHandler

Gets the name of the script handler.

NavigationAction

Gets the type of navigation action.

NavigationError

Gets the type of error that can caused navigation to fail.

TargetFrameName

Gets the name of the target frame which the url of this event has been or will be loaded into.

Text

Gets the text data of the received event.

Url

Gets the URL being visited.

Methods

CancelAsIntPtr()

Returns value of the Cancel property as nint.