Table of Contents

Property IsDefaultPrevented

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

IsDefaultPrevented

(DOM Level 3 Experimental) This method will return true if the method PreventDefault has been called for this event, false otherwise.

bool IsDefaultPrevented { get; }

Property Value

bool

true if PreventDefault has been called for this event.