API:Vcl.Edge.TEdgeBrowser.OnContentLoading
Delphi
property OnContentLoading: TContentLoadingEvent read FOnContentLoading write FOnContentLoading;
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
Vcl.Edge.TEdgeBrowser.OnContentLoading inherits from Vcl.Edge.TCustomEdgeBrowser.OnContentLoading. All content below this line refers to Vcl.Edge.TCustomEdgeBrowser.OnContentLoading.
Fires before any content is loaded. This follows the OnNavigationStarting and OnSourceChanged events and precedes the OnHistoryChanged and OnNavigationCompleted events.