CoreWebView2Frame.NameChanged 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.
NameChanged is raised when the iframe changes its window.name
property.
public event EventHandler<object> NameChanged;
member this.NameChanged : EventHandler<obj>
Public Custom Event NameChanged As EventHandler(Of Object)