Compartilhar via


CoreWebView2TextureStream.ErrorReceived Event

Definition

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) 

Event Type

Applies to