Click or drag to resize

RuntimeClientInspectRequested Event

Version 92.0.260
Issued when object should be inspected (for example, as a result of inspect() command line API call).

Namespace:  CefSharp.DevTools.Runtime
Assembly:  CefSharp (in CefSharp.dll) Version: 92.0.260.0 (92.0.260.0)
Syntax
public event EventHandler<InspectRequestedEventArgs> InspectRequested

Value

Type: SystemEventHandlerInspectRequestedEventArgs
See Also