Closing Event

The file has been closed

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.Internal
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
Event Closing As EventHandler(Of EventArgs)
'Usage
Dim instance As IDocDataBase
Dim handler As EventHandler(Of EventArgs)

AddHandler instance.Closing, handler
event EventHandler<EventArgs> Closing
 event EventHandler<EventArgs^>^ Closing {
    void add (EventHandler<EventArgs^>^ value);
    void remove (EventHandler<EventArgs^>^ value);
}
abstract Closing : IEvent<EventHandler<EventArgs>,
    EventArgs>
JScript supports the use of events, but not the declaration of new ones.

See Also

Reference

IDocDataBase Interface

Microsoft.VisualStudio.Data.Tools.Package.Internal Namespace