Workspace.WorkspaceChanged 이벤트

정의

현재 솔루션이 변경될 때마다 발생하는 이벤트입니다.

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

이벤트 유형

적용 대상