Click or drag to resize

DevToolsClientAddEventHandlerT Method

Version 94.4.20

Namespace:  CefSharp.DevTools
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
public void AddEventHandler<T>(
	string eventName,
	EventHandler<T> eventHandler
)
where T : EventArgs

Parameters

eventName
Type: SystemString
is the event name to listen to
eventHandler
Type: SystemEventHandlerT
event handler to call when the event occurs

Type Parameters

T
The event args type to which the event will be deserialized to.

Implements

IDevToolsClientAddEventHandlerT(String, EventHandlerT)
See Also