共用方式為


IWpfTextViewHost.Closed 事件

立即發生於關閉文字檢視之後。

命名空間:  Microsoft.VisualStudio.Text.Editor
組件:  Microsoft.VisualStudio.Text.UI.Wpf (在 Microsoft.VisualStudio.Text.UI.Wpf.dll 中)

語法

'宣告
Event Closed As EventHandler
event EventHandler Closed
event EventHandler^ Closed {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
abstract Closed : IEvent<EventHandler,
    EventArgs>
JScript 不支援事件。

.NET Framework 安全性

請參閱

參考

IWpfTextViewHost 介面

Microsoft.VisualStudio.Text.Editor 命名空間