Vcl.Edge.TCustomEdgeBrowser.OnNavigationCompleted

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnNavigationCompleted: TNavigationCompletedEvent read FOnNavigationCompleted write FOnNavigationCompleted;

C++

__property TNavigationCompletedEvent OnNavigationCompleted = {read=FOnNavigationCompleted, write=FOnNavigationCompleted};

Properties

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

Description

Fires when the WebView has completely loaded or loading stopped with error.