Contents - Index - Top


OnNavigationStarting

Interface AntView 

 

Type: Event

Parameters: IUnknown Args

 

 

This event is raised when the WebView2 control wants to navigate to a different URL.

This is also triggered for redirects. The navigationId will stay the same as the original request that started the navigation.

 

The parameter Args is of type AntViewNavigationStartingEventArgs

 

The order of events is:

 

- OnNavigationStarting

- OnSourceChanged

- OnContentLoading

- OnHistoryChanged

- OnNavigationCompleted

 


AntView - The MS Edge WebView2 ActiveX control Date last changed: 09/25/2024