Share via


IVsDataConnectionDialog.VerifyConfiguration Event

Occurs when the OK button is clicked in the Add Connection dialog box. Clients can use this event to perform configuration checking.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

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

Remarks

An example of a configuration check is checking the version of SQL Server.

.NET Framework Security

See Also

Reference

IVsDataConnectionDialog Interface

Microsoft.VisualStudio.Data.Services Namespace