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) 

イベントの種類

適用対象