Evento IDifferenceViewer.Closed
Namespace: Microsoft.VisualStudio.Text.Differencing
Assembly: Microsoft.VisualStudio.Text.UI (em Microsoft.VisualStudio.Text.UI.dll)
Sintaxe
'Declaração
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 não oferece suporte a eventos.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.