Click or drag to resize

PageClientBackForwardCacheNotUsed Event

Version 102.0.100
Fired for failed bfcache history navigations if BackForwardCache feature is enabled. Do not assume any ordering with the Page.frameNavigated event. This event is fired only for main-frame history navigation where the document changes (non-same-document navigations), when bfcache navigation fails.

Namespace:  CefSharp.DevTools.Page
Assembly:  CefSharp (in CefSharp.dll) Version: 102.0.100.0 (102.0.100.0)
Syntax
public event EventHandler<BackForwardCacheNotUsedEventArgs> BackForwardCacheNotUsed

Value

Type: SystemEventHandlerBackForwardCacheNotUsedEventArgs
See Also