ProjectCollection.ProjectXmlChanged Event
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.
Raised when a ProjectRootElement contained by this instance is changed.
public:
event EventHandler<Microsoft::Build::Evaluation::ProjectXmlChangedEventArgs ^> ^ ProjectXmlChanged;
public event EventHandler<Microsoft.Build.Evaluation.ProjectXmlChangedEventArgs> ProjectXmlChanged;
member this.ProjectXmlChanged : EventHandler<Microsoft.Build.Evaluation.ProjectXmlChangedEventArgs>
Public Event ProjectXmlChanged As EventHandler(Of ProjectXmlChangedEventArgs)
Public Custom Event ProjectXmlChanged As EventHandler(Of ProjectXmlChangedEventArgs)
Event Type
Remarks
This event is NOT raised for changes to global properties, or any other change that doesn't actually dirty the XML.