CoreWebView2Environment.RenderAdapterLUIDChanged 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.
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)