API:Vcl.Edge.TEdgeBrowser.OnNavigationStarting

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnNavigationStarting: TNavigationStartingEvent read FOnNavigationStarting write FOnNavigationStarting;

C++

__property OnNavigationStarting;

Properties

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

Description

Fires when the WebView main frame requests permission to navigate to a different URI. This will fire for redirects as well.

Vcl.Edge.TEdgeBrowser.OnNavigationStarting inherits from Vcl.Edge.TCustomEdgeBrowser.OnNavigationStarting. All content below this line refers to Vcl.Edge.TCustomEdgeBrowser.OnNavigationStarting.

Fires when the WebView main frame requests permission to navigate to a different URI. This will fire for redirects as well.