Vcl.Edge.TContentLoadingEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TContentLoadingEvent = procedure (Sender: TCustomEdgeBrowser; IsErrorPage: Boolean; NavigationID: TUInt64) of object;

C++

typedef void __fastcall (__closure *TContentLoadingEvent)(TCustomEdgeBrowser* Sender, bool IsErrorPage, TUInt64 NavigationID);

Properties

Type Visibility Source Unit Parent
type
typedef
public
Vcl.Edge.pas
Vcl.Edge.hpp
Vcl.Edge Vcl.Edge

Description

Embarcadero Technologies does not currently have any additional information.