TTMSFNCWebBrowser.OnDevToolsSubscribedEvent Event
Fired when a DevTools Protocol event subscribed via
SubscribeDevtoolsis received.
API unit family: TMSFNCWebBrowser
Declaring type: TTMSFNCWebBrowser
Inherited from: TTMSFNCCustomWebBrowser
Syntax
OnDevToolsSubscribedEvent: TTMSFNCWebBrowserOnGetDevTools;
Parameters
| Name | Description |
|---|---|
Sender |
The web browser that raised the event. |
AEventName |
Name of the subscribed DevTools event that fired. |
AJSONResponse |
JSON-encoded event data from the DevTools Protocol. |