Share via


IDifferenceViewer.Closed Event

Namespace:  Microsoft.VisualStudio.Text.Differencing
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

Syntax

'Déclaration
Event Closed As EventHandler(Of EventArgs)
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 does not support events.

.NET Framework Security

See Also

Reference

IDifferenceViewer Interface

Microsoft.VisualStudio.Text.Differencing Namespace