DataConnectionSupport.OnMessageReceived Method
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.DataConnectionMessageReceivedEventArgsA 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.