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

Fired 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