| IDevToolsClient Events | 
The IDevToolsClient type exposes the following members.
 Events
Events| Name | Description | |
|---|---|---|
|  | DevToolsEvent | 
            Will be called on receipt of a DevTools protocol event. Events by default are disabled and need to be
            enabled on a per domain basis, e.g. Sending Network.enable (or calling EnableAsync(NullableInt32, NullableInt32, NullableInt32))
            to enable network related events.
             | 
|  | DevToolsEventError | 
            Will be called when an error occurs when attempting to raise DevToolsEvent | 
 See Also
See Also