SQLConnectionControl EventsControl Documentation
The SQLConnectionControl type exposes the following members.
Events

  NameDescription
Public eventAfterRefreshDatabaseList
Occurs after the databases list refresh method is finished.
Public eventAfterRefreshInstancesList
Occurs after the instances list refresh method is finished.
Public eventBeforeRefreshDatabaseList
Occurs before the databases list refresh method is started.
Public eventBeforeRefreshInstancesList
Occurs before the instances list refresh method is started.
Public eventConnectionFailed
Occurs when the connection attempt failed.
Public eventConnectionOk
Occurs when the connection attempt was successfully.
Public eventConnectionStateChanged
Occurs when the connection state changed.
Public eventConnectionStringChanged
Occurs when the connection string changed.
Public eventDisconnected
Occurs when the connection state is changed from Connected state to Disconnected state.
Public eventErrorOccurred
Occurs when an error occurred during operations.
Public eventLoadingFinished
Occurs when the control's Me_Load event is finished.
Public eventLoadingStarted
Occurs when the control's Me_Load event is started.
Public eventPropertyChanged
Back to Top
See Also