IVstaHostAdapter.DocumentSaved Event

Occurs when a project document is saved.

Namespace:  Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop
Assembly:  Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0 (in Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0.dll)

Syntax

'Declaration
Event DocumentSaved As DocumentSavedEventHandler
'Usage
Dim instance As IVstaHostAdapter 
Dim handler As DocumentSavedEventHandler 

AddHandler instance.DocumentSaved, handler
event DocumentSavedEventHandler DocumentSaved
event DocumentSavedEventHandler^ DocumentSaved {
    void add (DocumentSavedEventHandler^ value);
    void remove (DocumentSavedEventHandler^ value);
}
JScript does not support events.

.NET Framework Security

See Also

Reference

IVstaHostAdapter Interface

IVstaHostAdapter Members

Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop Namespace