CoreWebView2.DocumentTitleChanged 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.
DocumentTitleChanged is raised when the DocumentTitle property changes and may be raised before or after the NavigationCompleted event.
public event EventHandler<object> DocumentTitleChanged;
member this.DocumentTitleChanged : EventHandler<obj>
Public Custom Event DocumentTitleChanged As EventHandler(Of Object)
Event Type
Examples
webView.CoreWebView2.DocumentTitleChanged += WebView_DocumentTitleChanged;