Add an event handler for the NavigationCompleted event. NavigationCompleted runs when the WebView has completely loaded (concurrently when body.onload runs) or loading stopped with error.
\snippet ControlComponent.cpp NavigationCompleted
See Implementation
Add an event handler for the NavigationCompleted event. NavigationCompleted runs when the WebView has completely loaded (concurrently when body.onload runs) or loading stopped with error.
\snippet ControlComponent.cpp NavigationCompleted