DeviceAccessClientDeviceRequestPrompted Event |
Version 118.6.80
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: 118.6.80.0
Syntax public event EventHandler<DeviceRequestPromptedEventArgs> DeviceRequestPrompted
public:
event EventHandler<DeviceRequestPromptedEventArgs^>^ DeviceRequestPrompted {
void add (EventHandler<DeviceRequestPromptedEventArgs^>^ value);
void remove (EventHandler<DeviceRequestPromptedEventArgs^>^ value);
}
Value
Type:
SystemEventHandlerDeviceRequestPromptedEventArgsSee Also