PageClientInterstitialShown Event |
Version 92.0.260
Fired when interstitial page was shown
Namespace:
CefSharp.DevTools.Page
Assembly:
CefSharp (in CefSharp.dll) Version: 92.0.260.0 (92.0.260.0)
Syntax public event EventHandler InterstitialShown
public:
event EventHandler^ InterstitialShown {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
Value
Type:
SystemEventHandlerSee Also