Vcl.Edge.TCustomEdgeBrowser.OnSourceChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnSourceChanged: TSourceChangedEvent read FOnSourceChanged write FOnSourceChanged;

C++

__property TSourceChangedEvent OnSourceChanged = {read=FOnSourceChanged, write=FOnSourceChanged};

Properties

Type Visibility Source Unit Parent
event public
Vcl.Edge.pas
Vcl.Edge.hpp
Vcl.Edge TCustomEdgeBrowser

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