IEventCancelable Property  | 
 
                Indicates whether an event can have its default action
                prevented.
            
 
    Namespace: 
   DotNetBrowser.Dom.Events
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.1
SyntaxProperty Value
Type: 
Boolean
                If the default action can be prevented, the property value is 
true,
                in other case the value is 
false.
            
See Also