IVsDataConnectionEvents Interface
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 | |
---|---|---|
MessageReceived | Occurs when a message is received from the data source. | |
StateChanged | Occurs when the state of the data connection is changed. |
Top