API:Vcl.Edge.TEdgeBrowser.OnDevToolsProtocolEventReceived

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnDevToolsProtocolEventReceived: TDevToolsProtocolEventReceivedEvent read FOnDevToolsProtocolEventReceived write FOnDevToolsProtocolEventReceived;

C++

__property OnDevToolsProtocolEventReceived;

Properties

Type Visibility Source Unit Parent
event published
Vcl.Edge.pas
Vcl.Edge.hpp
Vcl.Edge TEdgeBrowser

Description

Fires when a Chrome DevTools Protocol event, previously subscribed to with SubscribeToCDPEvent, occurs.

See Also

Vcl.Edge.TCustomEdgeBrowser.SubscribeToCDPEvent

Vcl.Edge.TEdgeBrowser.OnDevToolsProtocolEventReceived inherits from Vcl.Edge.TCustomEdgeBrowser.OnDevToolsProtocolEventReceived. All content below this line refers to Vcl.Edge.TCustomEdgeBrowser.OnDevToolsProtocolEventReceived.

Fires when a Chrome DevTools Protocol event, previously subscribed to with SubscribeToCDPEvent, occurs.