V8RuntimeDebuggerConnected Event |
Occurs when a debugger connects to a V8 runtime.
Namespace: Microsoft.ClearScript.V8Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.4.5
Syntax public static event EventHandler<V8RuntimeDebuggerEventArgs> DebuggerConnected
Public Shared Event DebuggerConnected As EventHandler(Of V8RuntimeDebuggerEventArgs)
public:
static event EventHandler<V8RuntimeDebuggerEventArgs^>^ DebuggerConnected {
void add (EventHandler<V8RuntimeDebuggerEventArgs^>^ value);
void remove (EventHandler<V8RuntimeDebuggerEventArgs^>^ value);
}
member DebuggerConnected : IEvent<EventHandler<V8RuntimeDebuggerEventArgs>,
V8RuntimeDebuggerEventArgs>
Value
EventHandlerV8RuntimeDebuggerEventArgsSee Also