CoreWebView2.StatusBarTextChanged Event

Definition

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.

Applies to