StartNavigationParametersHasUserGesture Property  | 
 
                Indicates whether the navigation was initiated by a user gesture.
            
 
    Namespace: 
   DotNetBrowser.Navigation.Handlers
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.26.1
Syntaxpublic bool HasUserGesture { get; }Property Value
Type: 
Booleantrue if the navigation was initiated by a user gesture, 
false otherwise.
See Also