IVsDataConnectionEvents Interface
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.
Represents basic events for a data connection.
public interface class IVsDataConnectionEvents
public interface IVsDataConnectionEvents
type IVsDataConnectionEvents = interface
Public Interface IVsDataConnectionEvents
- Derived
Events
MessageReceived |
Occurs when a message is received from the data source. |
StateChanged |
Occurs when the state of the data connection is changed. |