Event
Represents an event argument.
Gets the current target (if bubbled).
Gets if the event is actually bubbling.
Gets if the event is cancelable.
Gets if the default behavior has been prevented.
Gets if the event is trusted.
Gets the original target of the event.
Gets the phase of the event.
Gets the originating timestamp.
Gets the type of event.
public Event()
Creates a new event.
Creates a new event and initializes it.
Creates a new event and initializes it.
Prevents the default behavior.
Initializes the event.
Prevents further propagation of the event.
Stops the immediate propagation.