Share via


IDatabaseProjectConfigurationProvider.ConfigurationAdded Event

Raised when a configuration has been added to the database project.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

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

.NET Framework Security

See Also

Reference

IDatabaseProjectConfigurationProvider Interface

Microsoft.VisualStudio.Data.Schema.Package.Project Namespace