Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Handles the MessageReceived event.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Protected Overridable Sub OnMessageReceived ( _
e As DataConnectionMessageReceivedEventArgs _
)
protected virtual void OnMessageReceived(
DataConnectionMessageReceivedEventArgs e
)
protected:
virtual void OnMessageReceived(
DataConnectionMessageReceivedEventArgs^ e
)
abstract OnMessageReceived :
e:DataConnectionMessageReceivedEventArgs -> unit
override OnMessageReceived :
e:DataConnectionMessageReceivedEventArgs -> unit
protected function OnMessageReceived(
e : DataConnectionMessageReceivedEventArgs
)
Parameters
- e
Type: Microsoft.VisualStudio.Data.Services.DataConnectionMessageReceivedEventArgs
A DataConnectionStateChangedEventArgs object containing the event data.
.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.