Vcl.Edge.TCustomEdgeBrowser.OnFrameNavigationCompleted

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnFrameNavigationCompleted: TNavigationCompletedEvent read FOnFrameNavigationCompleted write FOnFrameNavigationCompleted;

C++

__property TNavigationCompletedEvent OnFrameNavigationCompleted = {read=FOnFrameNavigationCompleted, write=FOnFrameNavigationCompleted};

Properties

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

Description

Fires when a child frame in the WebView has completely loaded or loading stopped with error.