DataConnectionMessageReceivedEventHandler Delegate
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.
Represents the method that will handle the MessageReceived event of a data connection.
public delegate void DataConnectionMessageReceivedEventHandler(System::Object ^ sender, DataConnectionMessageReceivedEventArgs ^ e);
public delegate void DataConnectionMessageReceivedEventHandler(object sender, DataConnectionMessageReceivedEventArgs e);
type DataConnectionMessageReceivedEventHandler = delegate of obj * DataConnectionMessageReceivedEventArgs -> unit
Public Delegate Sub DataConnectionMessageReceivedEventHandler(sender As Object, e As DataConnectionMessageReceivedEventArgs)
Parameters
- sender
- Object
The source of the event.
DataConnectionMessageReceivedEventArgs object that contains the event data.