Vcl.Edge.TCustomEdgeBrowser.OnDevToolsProtocolEventReceived

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnDevToolsProtocolEventReceived: TDevToolsProtocolEventReceivedEvent read FOnDevToolsProtocolEventReceived write FOnDevToolsProtocolEventReceived;

C++

__property TDevToolsProtocolEventReceivedEvent OnDevToolsProtocolEventReceived = {read=FOnDevToolsProtocolEventReceived, write=FOnDevToolsProtocolEventReceived};

Properties

Type Visibility Source Unit Parent
event public
Vcl.Edge.pas
Vcl.Edge.hpp
Vcl.Edge TCustomEdgeBrowser

Description

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

See Also

Vcl.Edge.TCustomEdgeBrowser.SubscribeToCDPEvent