IVsDataConnectionEvents.MessageReceived Event

Occurs when a message is received from the data source.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

Event MessageReceived As EventHandler(Of DataConnectionMessageReceivedEventArgs)

Dim instance As IVsDataConnectionEvents
Dim handler As EventHandler(Of DataConnectionMessageReceivedEventArgs)

AddHandler instance.MessageReceived, handler
event EventHandler<DataConnectionMessageReceivedEventArgs> MessageReceived
 event EventHandler<DataConnectionMessageReceivedEventArgs^>^ MessageReceived {
    void add (EventHandler<DataConnectionMessageReceivedEventArgs^>^ value);
    void remove (EventHandler<DataConnectionMessageReceivedEventArgs^>^ value);
}
JScript does not support events.

Permissions

See Also

Reference

IVsDataConnectionEvents Interface

IVsDataConnectionEvents Members

Microsoft.VisualStudio.Data.Services Namespace