Click or drag to resize
AddressChangedEventArgs Constructor
Version 51.0.0
Creates a new AddressChangedEventArgs event argument.

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

Parameters

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