Click or drag to resize

AddressChangedEventArgs Constructor

Version 75.1.140
Creates a new AddressChangedEventArgs event argument.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 75.1.140.0 (75.1.140.0)
Syntax
public AddressChangedEventArgs(
	IBrowser browser,
	string address
)

Parameters

browser
Type: CefSharpIBrowser
the browser object
address
Type: SystemString
the address
See Also