Property Cancelable
- Namespace
- SharpVectors.Dom.Events
- Assembly
- SharpVectors.Dom.dll
Cancelable
(DOM Level 2) Used to indicate whether or not an event can have its default action prevented.
public bool Cancelable { get; }
Property Value
Remarks
If the default action can be prevented the value is true
, otherwise the value is false
.
- See Also