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.

C#
public event EventHandler<object> StatusBarTextChanged;

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