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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.