Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.