Share via


IVsApplicationConfiguration.ConfigurationChanged Event

Occurs when a project's configuration has changed.

Namespace:  Microsoft.VisualStudio.ManagedInterfaces9
Assembly:  Microsoft.VisualStudio.ManagedInterfaces.WCF (in Microsoft.VisualStudio.ManagedInterfaces.WCF.dll)

Syntax

'Declaration
Event ConfigurationChanged As EventHandler
event EventHandler ConfigurationChanged
 event EventHandler^ ConfigurationChanged {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
abstract ConfigurationChanged : IEvent<EventHandler,
    EventArgs>
JScript does not support events.

Remarks

The ConfigurationChanged event signals that the configuration has changed and that any previously returned configuration objects have been rendered invalid. This event can result from someone modifying one of the configuration files in the configuration hierarchy or when a file has been renamed, added, or deleted.

.NET Framework Security

See Also

Reference

IVsApplicationConfiguration Interface

Microsoft.VisualStudio.ManagedInterfaces9 Namespace