CoreWebView2.StatusBarTextChanged Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
StatusBarTextChanged event is raised when the text in the Window.statusbar changes. When the event is fired use the property StatusBarText to get the current statusbar text.
public event EventHandler<object> StatusBarTextChanged;
member this.StatusBarTextChanged : EventHandler<obj>
Public Custom Event StatusBarTextChanged As EventHandler(Of Object)
Event Type
Remarks
Events which cause causes can be anything from hover, url events, and others. There is not a finite list on how to cause the statusbar to change. The developer must create the status bar and set the text.