IDatabaseProjectConfigurationProvider.ConfigurationAdded Event
Called when a configuration has been added.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Event ConfigurationAdded As EventHandler(Of ConfigurationAddedEventArgs)
'Usage
Dim instance As IDatabaseProjectConfigurationProvider
Dim handler As EventHandler(Of ConfigurationAddedEventArgs)
AddHandler instance.ConfigurationAdded, handler
event EventHandler<ConfigurationAddedEventArgs> ConfigurationAdded
event EventHandler<ConfigurationAddedEventArgs^>^ ConfigurationAdded {
void add (EventHandler<ConfigurationAddedEventArgs^>^ value);
void remove (EventHandler<ConfigurationAddedEventArgs^>^ value);
}
JScript does not support events.
abstract ConfigurationAdded : IEvent<EventHandler<ConfigurationAddedEventArgs>,
ConfigurationAddedEventArgs>
.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.
See Also
Reference
IDatabaseProjectConfigurationProvider Interface
IDatabaseProjectConfigurationProvider Members
Microsoft.VisualStudio.Data.Schema.Project.Project Namespace