Click or drag to resize

PageClientNavigatedWithinDocument Event

Version 106.0.290
Fired when same-document navigation happens, e.g. due to history API usage or anchor navigation.

Namespace:  CefSharp.DevTools.Page
Assembly:  CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
Syntax
public event EventHandler<NavigatedWithinDocumentEventArgs> NavigatedWithinDocument

Value

Type: SystemEventHandlerNavigatedWithinDocumentEventArgs
See Also