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

Fired when the WebView mainframe requests permission to navigate to a different URI. This will fire for redirects as well.