Workspace.WorkspaceChanged Event

Definition

An event raised whenever the current solution is changed.

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) 

Event Type

Applies to