_dispDocumentEvents_Event.DocumentClosing Event

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

Microsoft Internal Use Only.

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

Syntax

'Declaration
Event DocumentClosing As _dispDocumentEvents_DocumentClosingEventHandler
event _dispDocumentEvents_DocumentClosingEventHandler DocumentClosing
event _dispDocumentEvents_DocumentClosingEventHandler^ DocumentClosing {
    void add (_dispDocumentEvents_DocumentClosingEventHandler^ value);
    void remove (_dispDocumentEvents_DocumentClosingEventHandler^ value);
}
abstract DocumentClosing : IEvent<_dispDocumentEvents_DocumentClosingEventHandler,
    EventArgs>
JScript does not support events.

.NET Framework Security

See Also

Reference

_dispDocumentEvents_Event Interface

EnvDTE Namespace