Property Cancelable
- Namespace
- DotNetBrowser.Dom.Events
- Assembly
- DotNetBrowser.dll
Cancelable
Indicates whether the dispatched event can have its default action prevented.
public bool Cancelable { get; }
Property Value
- bool
true
if the dispatched event can have its default action prevented,false
otherwise.