API:Vcl.Edge.TEdgeBrowser.OnContentLoading
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
Vcl.Edge.TEdgeBrowser.OnNavigationStarting
Vcl.Edge.TEdgeBrowser.OnSourceChanged
Vcl.Edge.TEdgeBrowser.OnHistoryChanged
Vcl.Edge.TEdgeBrowser.OnNavigationCompleted
Fires before any content is loaded. This follows the OnNavigationStarting and OnSourceChanged events and precedes the OnHistoryChanged and OnNavigationCompleted events.