WorkspaceChangeEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The EventArgs describing any kind of workspace change.
public ref class WorkspaceChangeEventArgs : EventArgs
public class WorkspaceChangeEventArgs : EventArgs
type WorkspaceChangeEventArgs = class
inherit EventArgs
Public Class WorkspaceChangeEventArgs
Inherits EventArgs
- Inheritance
-
WorkspaceChangeEventArgs
Remarks
When linked files are edited, one document change event is fired per linked file. All of these events contain the same OldSolution, and they all contain the same NewSolution. This is so that we can trigger document change events on all affected documents without reporting intermediate states in which the linked file contents do not match.
Constructors
WorkspaceChangeEventArgs(WorkspaceChangeKind, Solution, Solution, ProjectId, DocumentId) |
Properties
DocumentId |
The id of the affected Document. Can be |
Kind | |
NewSolution | |
OldSolution | |
ProjectId |
The id of the affected Project. Can be |