Click or drag to resize

RequestWillBeSentEventArgsHasUserGesture Property

Version 94.4.20
Whether the request is initiated by a user gesture. Defaults to false.

Namespace:  CefSharp.DevTools.Network
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
public bool? HasUserGesture { get; }

Property Value

Type: NullableBoolean
See Also