goog.events.PasteHandler.EventType
Provided By | |
---|---|
Type | string |
The types of events fired by this class.
Values
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. |