ProjectChangedEventArgs Class

 

Provides data for the ProjectChanged event.

Namespace:   Microsoft.VisualStudio.Tools.Applications
Assembly:  Microsoft.VisualStudio.Tools.Applications (in Microsoft.VisualStudio.Tools.Applications.dll)

System.Object
  System.EventArgs
    Microsoft.VisualStudio.Tools.Applications.ProjectChangedEventArgs

Public NotInheritable Class ProjectChangedEventArgs
	Inherits EventArgs

NameDescription
System_CAPS_pubpropertyIsDirty

Gets the new dirty state of the Project. true if the project is dirty; otherwise false.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top

Community Additions

ADD
Show: