CoreWebView2TextureStream.ErrorReceived 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.
The ErrorReceived
event is raised when an error with this texture stream occurs asynchronously.
public event EventHandler<Microsoft.Web.WebView2.Core.CoreWebView2TextureStreamErrorReceivedEventArgs> ErrorReceived;
member this.ErrorReceived : EventHandler<Microsoft.Web.WebView2.Core.CoreWebView2TextureStreamErrorReceivedEventArgs>
Public Custom Event ErrorReceived As EventHandler(Of CoreWebView2TextureStreamErrorReceivedEventArgs)