Workspace.DocumentOpened イベント

定義

エディターで開いたときに Document 発生するイベント。

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) 

イベントの種類

適用対象