I created an event receiver that processes some information in docx files when uploaded to the library. I do this in ItemAdded event. Everything works fine when the file is uploaded. When the files are created by clicking the New Document icon on the ribbon and the file is saved to the library, event receiver code is not fired.
Is there any other event that I should be handling?
Thanks.