API:Vcl.Edge.TEdgeBrowser.OnContentLoading

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnContentLoading;

C++

__property OnContentLoading;

Properties

Type Visibility Source Unit Parent
event published
Vcl.Edge.pas
Vcl.Edge.hpp
Vcl.Edge TEdgeBrowser

Description

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

See Also

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

See Also