PageClientBackForwardCacheNotUsed Event |
Version 118.6.80
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.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax public event EventHandler<BackForwardCacheNotUsedEventArgs> BackForwardCacheNotUsed
public:
event EventHandler<BackForwardCacheNotUsedEventArgs^>^ BackForwardCacheNotUsed {
void add (EventHandler<BackForwardCacheNotUsedEventArgs^>^ value);
void remove (EventHandler<BackForwardCacheNotUsedEventArgs^>^ value);
}
Value
Type:
SystemEventHandlerBackForwardCacheNotUsedEventArgsSee Also