Property Cancelable
- Namespace
- DotNetBrowser.Dom.Events
- Assembly
- DotNetBrowser.dll
Cancelable
Indicates whether an event can have its default action prevented.
bool Cancelable { get; }
Property Value
- bool
If the default action can be prevented, the property value is
true
, in other case the value isfalse
.