Workspace.DocumentOpened Event

Definition

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

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

Event Type

Applies to