Table of Contents

Property Cancelable

Namespace
SharpVectors.Dom.Events
Assembly
SharpVectors.Core.dll

Cancelable

(DOM Level 2) Used to indicate whether or not an event can have its default action prevented.

bool Cancelable { get; }

Property Value

bool

Remarks

If the default action can be prevented the value is true, otherwise the value is false.

See Also