Vcl.Edge.TEdgeBrowser.OnHistoryChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnHistoryChanged: THistoryChangedEvent read FOnHistoryChanged write FOnHistoryChanged;

C++

__property OnHistoryChanged;

Properties

Type Visibility Source Unit Parent
event published
Vcl.Edge.pas
Vcl.Edge.hpp
Vcl.Edge TEdgeBrowser

Description

Fired on change of navigation history for the top level document.

OnHistoryChanged fires after OnSourceChanged and OnContentLoading.