IDisplayHandlerOnAddressChanged Method |
Version 57.0.0
Called when a frame's address has changed.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 57.0.0.0 (57.0.0.0)
Syntax void OnAddressChanged(
IWebBrowser browserControl,
AddressChangedEventArgs addressChangedArgs
)
void OnAddressChanged(
IWebBrowser^ browserControl,
AddressChangedEventArgs^ addressChangedArgs
)
Parameters
- browserControl
- Type: CefSharpIWebBrowser
The IWebBrowser control this popup is related to. - addressChangedArgs
- Type: CefSharpAddressChangedEventArgs
args
See Also