Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents basic events for a data connection.
Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
Public Interface IVsDataConnectionEvents
public interface IVsDataConnectionEvents
public interface class IVsDataConnectionEvents
type IVsDataConnectionEvents =  interface end
public interface IVsDataConnectionEvents
The IVsDataConnectionEvents type exposes the following members.
Events
| Name | Description | |
|---|---|---|
| .gif) | MessageReceived | Occurs when a message is received from the data source. | 
| .gif) | StateChanged | Occurs when the state of the data connection is changed. | 
Top