Click or drag to resize

AddressChangedEventArgs Constructor

Version 94.4.20
Creates a new AddressChangedEventArgs event argument.

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

Parameters

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