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

Top

See Also

Reference

Microsoft.VisualStudio.Data.Services Namespace