RuntimeClientInspectRequested Event |
Version 109.1.110
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: 109.1.110.0 (109.1.110.0)
Syntax public event EventHandler<InspectRequestedEventArgs> InspectRequested
public:
event EventHandler<InspectRequestedEventArgs^>^ InspectRequested {
void add (EventHandler<InspectRequestedEventArgs^>^ value);
void remove (EventHandler<InspectRequestedEventArgs^>^ value);
}
Value
Type:
SystemEventHandlerInspectRequestedEventArgsSee Also