DataConnectionMessageReceivedEventHandler Delegate

Definition

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.

Applies to