| RequestWillBeSentEventArgsHasUserGesture Property  | 
Version 99.2.120 
            Whether the request is initiated by a user gesture. Defaults to false.
            
 
    Namespace: 
   CefSharp.DevTools.Network
    Assembly:
   CefSharp (in CefSharp.dll) Version: 99.2.120.0 (99.2.120.0)
 Syntax
Syntaxpublic bool? HasUserGesture { get; }public:
property Nullable<bool> HasUserGesture {
	Nullable<bool> get ();
}Property Value
Type: 
NullableBoolean See Also
See Also