BaseDocData.Closing Event
Represents the document closing.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Common.UI
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public Event Closing As EventHandler(Of ClosingEventArgs)
'Usage
Dim instance As BaseDocData
Dim handler As EventHandler(Of ClosingEventArgs)
AddHandler instance.Closing, handler
public event EventHandler<ClosingEventArgs> Closing
public:
virtual event EventHandler<ClosingEventArgs^>^ Closing {
void add (EventHandler<ClosingEventArgs^>^ value);
void remove (EventHandler<ClosingEventArgs^>^ value);
}
JScript does not support events.
abstract Closing : IEvent<EventHandler<ClosingEventArgs>,
ClosingEventArgs>
override Closing : IEvent<EventHandler<ClosingEventArgs>,
ClosingEventArgs>
Implements
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace