共用方式為


Workspace.TextDocumentClosed 事件

定義

在編輯器中關閉任何 TextDocument 時引發的事件。

public event EventHandler<Microsoft.CodeAnalysis.TextDocumentEventArgs> TextDocumentClosed;
member this.TextDocumentClosed : EventHandler<Microsoft.CodeAnalysis.TextDocumentEventArgs> 
Public Custom Event TextDocumentClosed As EventHandler(Of TextDocumentEventArgs) 

事件類型

適用於