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