DocumentSaved is not fired after opening solution

Hi,

Event is fired only to the time I open solution, and after that no event is fired. Why

I have Add in where OnConnection is :

EnvDTE.DocumentEvents _documentEvents = this.Application.Events.get_DocumentEvents(null);

_documentEvents.DocumentSaved += new _dispDocumentEvents_DocumentSavedEventHandler(this.DocumentSaved);




Answer this question

DocumentSaved is not fired after opening solution