| AddressChangedEventArgs Constructor  | 
Version 103.0.120 
            Creates a new AddressChangedEventArgs event argument.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 103.0.120.0 (103.0.120.0)
 Syntax
Syntaxpublic 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
See Also