Compartilhar via


ProjectXmlChangedEventArgs Class

Definition

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

Name Description
ProjectXml

Gets the project root element which was just changed..

Reason

Gets the reason for the change.

Applies to