IVsDataConnectionDialog.VerifyConfiguration Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Occurs when the OK button is clicked in the Add Connection dialog box. Clients can use this event to perform configuration checking.
public:
event EventHandler ^ VerifyConfiguration;
event EventHandler VerifyConfiguration;
member this.VerifyConfiguration : EventHandler
Event VerifyConfiguration As EventHandler