The goog.events.PasteHandler.EventType Enum

goog.events.PasteHandler.EventType

The types of events fired by this class.

@enum
{string}

.AFTER_PASTE

Dispatched after detecting a change to the value of text element (within 200msec of receiving the PASTE event).

.PASTE

Dispatched as soon as the paste event is detected, but before the pasted text has been added to the text element we're listening to.