Hi,
I'm trying to implement an event receiver for resource.
What I want to do is changing some values on the resource when the resource has changed ex. the mail.
I have tried to use the methods OnChanged, but when I get the resource from project server webservice and try to change it's values, it says it's already checkout by another user, which makes sense because the event receiver is ongoing a change for the resource.
So my question is: How do I change the values on a resource from a event receiver on a resource?