Workspace.DocumentClosed Event

Definition

An event that is fired when a Document is closed in the editor.

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) 

Event Type

Applies to