Get an event when user pastes into a textfield

The user pasted some text into a textfield, and expected my Save button to become active (it would have done if he’d typed into the textfield).

How can I get a textfield event indicating that text has been pasted into it?

@Tim Streater — I would expect the TextField to fire the TextChange event

Odd, I looked carefully through the events available for textfield and didn’t see that. Sorry.

Don’t worry, it must be a bug