Represents the method that will handle the FIXForge.NET.FIX.Session.OutboundApplicationMsgEvent event.

Namespace: FIXForge.NET.FIX
Assembly: FIXForge.NET.FIX.Engine-net-3.5 (in FIXForge.NET.FIX.Engine-net-3.5.dll) Version: 2.79.1.0

Syntax

C#
public delegate void OutboundApplicationMsgEventHandler(
	Object sender,
	Session..::..OutboundApplicationMsgEventArgs args
)
Visual Basic
Public Delegate Sub OutboundApplicationMsgEventHandler ( _
	sender As Object, _
	args As Session..::..OutboundApplicationMsgEventArgs _
)
Visual C++
public delegate void OutboundApplicationMsgEventHandler(
	Object^ sender, 
	Session..::..OutboundApplicationMsgEventArgs^ args
)

Parameters

sender
Type: System..::..Object
Event source (FIXForge.NET.FIX.Session).
args
Type: FIXForge.NET.FIX..::..Session..::..OutboundApplicationMsgEventArgs
Event data.

See Also