DocumentEventsClass::DocumentSaved Event

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Occurs when a document is saved.

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

public:
event _dispDocumentEvents_DocumentSavedEventHandler^ DocumentSaved {
	virtual void add(_dispDocumentEvents_DocumentSavedEventHandler^ value);
	virtual void remove(_dispDocumentEvents_DocumentSavedEventHandler^ value);
}

Public Sub DocumentEvents_DocumentSaved(ByVal Document As _
    EnvDTE.Document) Handles DocumentEvents.DocumentSaved
        MsgBox("test")
End Sub
Return to top
Show: