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) 

事件类型

适用于