다음을 통해 공유


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) 

이벤트 유형

적용 대상