Vcl.Edge.TCustomEdgeBrowser.OnContentLoading

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnContentLoading: TContentLoadingEvent read FOnContentLoading write FOnContentLoading;

C++

__property TContentLoadingEvent OnContentLoading = {read=FOnContentLoading, write=FOnContentLoading};

Properties

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

Description

Fires before any content is loaded. This follows the OnNavigationStarting and OnSourceChanged events and precedes the OnHistoryChanged and OnNavigationCompleted events.

See Also

Vcl.Edge.TEdgeBrowser.OnNavigationStarting

Vcl.Edge.TEdgeBrowser.OnSourceChanged

Vcl.Edge.TEdgeBrowser.OnHistoryChanged

Vcl.Edge.TEdgeBrowser.OnNavigationCompleted