Click or drag to resize

DeviceAccessClientDeviceRequestPrompted Event

Version 130.1.90
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: 129.0.110.0
Syntax
public event EventHandler<DeviceRequestPromptedEventArgs> DeviceRequestPrompted

Value

EventHandlerDeviceRequestPromptedEventArgs
See Also