Click or drag to resize

AddressChangedEventArgs Constructor

Version 86.0.240
Creates a new AddressChangedEventArgs event argument.

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

Parameters

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