Click or drag to resize

AddressChangedEventArgs Constructor

Version 81.3.100
Creates a new AddressChangedEventArgs event argument.

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

Parameters

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