Evento DataConnectionSupport.MessageReceived
Ocorre quando uma mensagem for recebida da fonte de dados.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (em Microsoft.VisualStudio.Data.Framework.dll)
Sintaxe
'Declaração
Public Event MessageReceived As EventHandler(Of DataConnectionMessageReceivedEventArgs)
public event EventHandler<DataConnectionMessageReceivedEventArgs> MessageReceived
public:
virtual event EventHandler<DataConnectionMessageReceivedEventArgs^>^ MessageReceived {
void add (EventHandler<DataConnectionMessageReceivedEventArgs^>^ value);
void remove (EventHandler<DataConnectionMessageReceivedEventArgs^>^ value);
}
abstract MessageReceived : IEvent<EventHandler<DataConnectionMessageReceivedEventArgs>,
DataConnectionMessageReceivedEventArgs>
override MessageReceived : IEvent<EventHandler<DataConnectionMessageReceivedEventArgs>,
DataConnectionMessageReceivedEventArgs>
JScript não oferece suporte a eventos.
Implementações
IVsDataConnectionEvents.MessageReceived
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.