Share via


IDocDataBase.Closing Event

This class and its members are reserved for internal use and are not intended to be used in your code.

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

Syntax

'Declaration
Event Closing As EventHandler(Of EventArgs)
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 does not support events.

.NET Framework Security

See Also

Reference

IDocDataBase Interface

Microsoft.VisualStudio.Data.Schema.Package.Internal Namespace