Has an event handler already been added?

Is there a way to tell if an event handler has been added to an object? I’m serializing a list of objects into/out of session state so we can use SQL based session state… When an object in the list has a property changed it needs to be flagged, which the event handler took care of properly before. However now when the objects are deserialized it isn’t getting the event handler.