Share via


Closed Event

Raised when the view is closed.

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

Syntax

'Declaration
Event Closed As EventHandler(Of EventArgs)
'Usage
Dim instance As IDifferenceViewer
Dim handler As EventHandler(Of EventArgs)

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

See Also

Reference

IDifferenceViewer Interface

Microsoft.VisualStudio.Data.Tools.Delta Namespace