Vcl.Edge.TNavigationCompletedEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TNavigationCompletedEvent = procedure (Sender: TCustomEdgeBrowser; IsSuccess: Boolean; WebErrorStatus: COREWEBVIEW2_WEB_ERROR_STATUS) of object;

C++

typedef void __fastcall (__closure *TNavigationCompletedEvent)(TCustomEdgeBrowser* Sender, bool IsSuccess, Winapi::Activex::TOleEnum WebErrorStatus);

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.