API:Vcl.Edge.TEdgeBrowser.OnSourceChanged
Delphi
property OnSourceChanged: TSourceChangedEvent read FOnSourceChanged write FOnSourceChanged;
C++
__property OnSourceChanged;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | published | Vcl.Edge.pas Vcl.Edge.hpp |
Vcl.Edge | TEdgeBrowser |
Description
Fires for navigating to a different site or fragment navigations. It will not fire for other types of navigations such as page reloads.
OnSourceChanged fires before OnContentLoading for navigating to a new document.
See Also
Vcl.Edge.TEdgeBrowser.OnContentLoading
Vcl.Edge.TEdgeBrowser.OnSourceChanged inherits from Vcl.Edge.TCustomEdgeBrowser.OnSourceChanged. All content below this line refers to Vcl.Edge.TCustomEdgeBrowser.OnSourceChanged.
Fires for navigating to a different site or fragment navigations. It will not fire for other types of navigations such as page reloads.
OnSourceChanged fires before OnContentLoading for navigating to a new document.