IDifferenceViewer.Closed 事件

命名空间:  Microsoft.VisualStudio.Text.Differencing
程序集:  Microsoft.VisualStudio.Text.UI(在 Microsoft.VisualStudio.Text.UI.dll 中)

语法

声明
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 不支持事件。

.NET Framework 安全性

请参阅

参考

IDifferenceViewer 接口

Microsoft.VisualStudio.Text.Differencing 命名空间