DataConnectionSupport.OnMessageReceived Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
A DataConnectionStateChangedEventArgs object containing the event data.