defaultPrevented property
The defaultPrevented
read-only property of the Event
interface
returns a boolean value indicating whether or not the call to
Event.preventDefault
canceled the event.
Implementation
external bool get defaultPrevented;
The defaultPrevented
read-only property of the Event
interface
returns a boolean value indicating whether or not the call to
Event.preventDefault
canceled the event.
external bool get defaultPrevented;