Share via


_dispDocumentEvents_Event.DocumentSaved 事件

此 API 支持 .NET Framework 基础结构,不适合在代码中直接使用。

仅由 Microsoft 内部使用。

命名空间:  EnvDTE
程序集:  EnvDTE(在 EnvDTE.dll 中)

语法

声明
Event DocumentSaved As _dispDocumentEvents_DocumentSavedEventHandler
event _dispDocumentEvents_DocumentSavedEventHandler DocumentSaved
event _dispDocumentEvents_DocumentSavedEventHandler^ DocumentSaved {
    void add (_dispDocumentEvents_DocumentSavedEventHandler^ value);
    void remove (_dispDocumentEvents_DocumentSavedEventHandler^ value);
}
abstract DocumentSaved : IEvent<_dispDocumentEvents_DocumentSavedEventHandler,
    EventArgs>
JScript 不支持事件。

.NET Framework 安全性

请参阅

参考

_dispDocumentEvents_Event 接口

EnvDTE 命名空间