DataConnection.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.
Handler for the MessageReceived event.
protected:
abstract void OnMessageReceived(Microsoft::VisualStudio::Data::DataConnectionMessageReceivedEventArgs ^ e);
protected abstract void OnMessageReceived (Microsoft.VisualStudio.Data.DataConnectionMessageReceivedEventArgs e);
abstract member OnMessageReceived : Microsoft.VisualStudio.Data.DataConnectionMessageReceivedEventArgs -> unit
Protected MustOverride Sub OnMessageReceived (e As DataConnectionMessageReceivedEventArgs)
Parameters
Event arguments for the specified event.