Event Dispatch cancelled if called again during delay

is there single instances of events? So every time an event is called it reuses that instance on object instead of creating a new one on stack? So second dispatcher alters that instance?