19 Aug
2009
19 Aug
'09
1:38 a.m.
If by canceled you mean "preventDefault" has been called on the event, then you can tell by the return value from dispatchEvent(). dispatchEvent will return false if any of the event listeners called preventDefault() on the event in the course of dispatch.
That's exactly what I was looking for. Thank you. -- Bye, Michelangelo