AddressChangedEventArgs Constructor |
Version 63.0.0
Creates a new AddressChangedEventArgs event argument.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 63.0.0.0 (63.0.0.0)
Syntax public AddressChangedEventArgs(
IBrowser browser,
string address
)
public:
AddressChangedEventArgs(
IBrowser^ browser,
String^ address
)
Parameters
- browser
- Type: CefSharpIBrowser
the browser object - address
- Type: SystemString
the address
See Also