Detecting if an event has "stopped propagating" or been "cancelled"

If someone hands you a simple event, is there any way of telling if the event has been cancelled or if the stopPropagation() or stopImmediatePropagation() commands have been run yet?

Or is all that handled and kept track of internally by the AS3 event system?