Share via


TestProjectSettings.ProjectSettingsChanged Event

Namespace:  Microsoft.VisualStudio.TestTools.Vsip
Assembly:  Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)

Syntax

'Declaration
Public Shared Event ProjectSettingsChanged As EventHandler(Of EventArgs)
public static event EventHandler<EventArgs> ProjectSettingsChanged
public:
static   event EventHandler<EventArgs^>^ ProjectSettingsChanged {
    void add (EventHandler<EventArgs^>^ value);
    void remove (EventHandler<EventArgs^>^ value);
}
member ProjectSettingsChanged : IEvent<EventHandler<EventArgs>,
    EventArgs>
JScript does not support events.

.NET Framework Security

See Also

Reference

TestProjectSettings Class

Microsoft.VisualStudio.TestTools.Vsip Namespace