Partager via


ProjectPropertyChangedArgs Class

Represents arguments for the OnProjectPropertyChanged event.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

Public Class ProjectPropertyChangedArgs _
    Inherits EventArgs

Dim instance As ProjectPropertyChangedArgs
public class ProjectPropertyChangedArgs : EventArgs
public ref class ProjectPropertyChangedArgs : public EventArgs
public class ProjectPropertyChangedArgs extends EventArgs

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.VisualStudio.Package.ProjectPropertyChangedArgs

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ProjectPropertyChangedArgs Members

Microsoft.VisualStudio.Package Namespace