Evento IVsDataConnectionEvents.MessageReceived
Ocorre quando uma mensagem for recebida da fonte de dados.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (em Microsoft.VisualStudio.Data.Services.dll)
Sintaxe
'Declaração
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 não oferece suporte a eventos.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.