Click or drag to resize

DeviceAccessClient.DeviceRequestPrompted Event

Version 112.3.0
A device request opened a user prompt to select a device. Respond with the selectPrompt or cancelPrompt command.

Namespace:  CefSharp.DevTools.DeviceAccess
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 112.3.0.0
Syntax
public event EventHandler<DeviceRequestPromptedEventArgs> DeviceRequestPrompted

Value

Type: System.EventHandler<DeviceRequestPromptedEventArgs>
See Also