Plone 5 Message on Event (IObjectAdded) doesn't work

My guess is that your handler should be for IEUpProject, not IEUpCenter.

AFAIK IObjectAddedEvent is registered for the interface of the object that will be added, not the interface of the container to which the object is added.

-Roel