共用方式為


Workspace.DocumentClosed 事件

定義

在編輯器中關閉 時 Document 引發的事件。

public:
 event EventHandler<Microsoft::CodeAnalysis::DocumentEventArgs ^> ^ DocumentClosed;
public event EventHandler<Microsoft.CodeAnalysis.DocumentEventArgs> DocumentClosed;
member this.DocumentClosed : EventHandler<Microsoft.CodeAnalysis.DocumentEventArgs> 
Public Custom Event DocumentClosed As EventHandler(Of DocumentEventArgs) 

事件類型

適用於