Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the method that will handle the MessageReceived event of a data connection.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public Delegate Sub DataConnectionMessageReceivedEventHandler ( _
sender As Object, _
e As DataConnectionMessageReceivedEventArgs _
)
'Usage
Dim instance As New DataConnectionMessageReceivedEventHandler(AddressOf HandlerMethod)
public delegate void DataConnectionMessageReceivedEventHandler(
Object sender,
DataConnectionMessageReceivedEventArgs e
)
public delegate void DataConnectionMessageReceivedEventHandler(
Object^ sender,
DataConnectionMessageReceivedEventArgs^ e
)
JScript does not support delegates.
Parameters
sender
Type: System.ObjectThe source of the event.
e
Type: Microsoft.VisualStudio.Data.DataConnectionMessageReceivedEventArgsDataConnectionMessageReceivedEventArgs object that contains the event data.