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) 

事件类型

适用于