Vcl.Edge.TEdgeBrowser.OnSourceChanged

From RAD Studio API Documentation
Jump to: navigation, search

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

Fired 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 navigation to a new document.