DocumentEventsClass.add_DocumentClosing Method

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
Public Overridable Sub add_DocumentClosing ( _
    A_1 As _dispDocumentEvents_DocumentClosingEventHandler _
)
public virtual void add_DocumentClosing(
    _dispDocumentEvents_DocumentClosingEventHandler A_1
)
public:
virtual void add_DocumentClosing(
    _dispDocumentEvents_DocumentClosingEventHandler^ A_1
)
abstract add_DocumentClosing : 
        A_1:_dispDocumentEvents_DocumentClosingEventHandler -> unit 
override add_DocumentClosing : 
        A_1:_dispDocumentEvents_DocumentClosingEventHandler -> unit 
public function add_DocumentClosing(
    A_1 : _dispDocumentEvents_DocumentClosingEventHandler
)

Parameters

Implements

_dispDocumentEvents_Event.add_DocumentClosing(_dispDocumentEvents_DocumentClosingEventHandler)

.NET Framework Security

See Also

Reference

DocumentEventsClass Class

EnvDTE Namespace