Share via


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

'Declaration
Event MessageReceived As EventHandler(Of DataConnectionMessageReceivedEventArgs)
event EventHandler<DataConnectionMessageReceivedEventArgs> MessageReceived
event EventHandler<DataConnectionMessageReceivedEventArgs^>^ MessageReceived {
    void add (EventHandler<DataConnectionMessageReceivedEventArgs^>^ value);
    void remove (EventHandler<DataConnectionMessageReceivedEventArgs^>^ value);
}
abstract MessageReceived : IEvent<EventHandler<DataConnectionMessageReceivedEventArgs>,
    DataConnectionMessageReceivedEventArgs>
JScript does not support events.

.NET Framework Security

See Also

Reference

IVsDataConnectionEvents Interface

Microsoft.VisualStudio.Data.Services Namespace