Click or drag to resize

RuntimeClientInspectRequested Event

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

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

Value

EventHandlerInspectRequestedEventArgs
See Also