API:Vcl.Edge.TEdgeBrowser.OnSourceChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnSourceChanged;

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

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