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