ProjectXmlChangedEventArgs 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.
Event arguments for the ProjectXmlChanged event.
public ref class ProjectXmlChangedEventArgs : EventArgs
public class ProjectXmlChangedEventArgs : EventArgs
type ProjectXmlChangedEventArgs = class
inherit EventArgs
Public Class ProjectXmlChangedEventArgs
Inherits EventArgs
- Inheritance
-
ProjectXmlChangedEventArgs
Properties
ProjectXml |
Gets the project root element which was just changed.. |
Reason |
Gets the reason for the change. |