다음을 통해 공유


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) 

이벤트 유형

적용 대상