EventParametersBuilderCancelable Property  | 
 
                Gets or sets whether the dispatched event can have its default action
                prevented.
            
 
    Namespace: 
   DotNetBrowser.Dom.Events
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.24.2
Syntaxpublic bool Cancelable { get; set; }Property Value
Type: 
Booleantrue if the dispatched event can have its default action
                prevented, 
false otherwise.
            
See Also