Compartilhar via


CoreWebView2Environment.RenderAdapterLUIDChanged Event

Definition

Listens for change of graphics adapter LUID of the browser. The host can get the updated LUID by RenderAdapterLUID. It is expected that the host updates texture's d3d Device with SetD3DDevice, removes existing textures and creates new texture.

public event EventHandler<object> RenderAdapterLUIDChanged;
member this.RenderAdapterLUIDChanged : EventHandler<obj> 
Public Custom Event RenderAdapterLUIDChanged As EventHandler(Of Object) 

Event Type

Applies to