A struct encapsulating detailed information about an Event. This struct supercedes the previous use of the 'any' field in EventDetails; the content previously stored in Event::any_data is now stored in EventDetails::any_data, and Event::any_data points to an instance of the EventDetails structure, if the object's implementation supports event detail reporting, otherwise Event::any_data contains CORBA_OBJECT_NIL.