DataConnectionSupport.OnMessageReceived Method

Definition

Handles the MessageReceived event.

protected:
 virtual void OnMessageReceived(Microsoft::VisualStudio::Data::Services::DataConnectionMessageReceivedEventArgs ^ e);
protected virtual void OnMessageReceived (Microsoft.VisualStudio.Data.Services.DataConnectionMessageReceivedEventArgs e);
abstract member OnMessageReceived : Microsoft.VisualStudio.Data.Services.DataConnectionMessageReceivedEventArgs -> unit
override this.OnMessageReceived : Microsoft.VisualStudio.Data.Services.DataConnectionMessageReceivedEventArgs -> unit
Protected Overridable Sub OnMessageReceived (e As DataConnectionMessageReceivedEventArgs)

Parameters

Applies to