IDifferenceViewer.Closed Event
Occurs when the view is closed.
Namespace: Microsoft.VisualStudio.Text.Differencing
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Syntax
'Declaration
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
- 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.