[Missing <summary> documentation for "T:Bespoke.Common.Net.TcpDataSentHandler"]

Namespace:  Bespoke.Common.Net
Assembly:  Bespoke.Common (in Bespoke.Common.dll) Version: 4.3.0.0 (4.3.0.0)

Syntax

C#
public delegate void TcpDataSentHandler(
	Object sender,
	TcpDataSentEventArgs e
)
Visual Basic (Declaration)
Public Delegate Sub TcpDataSentHandler ( _
	sender As Object, _
	e As TcpDataSentEventArgs _
)
Visual C++
public delegate void TcpDataSentHandler(
	Object^ sender, 
	TcpDataSentEventArgs^ e
)

See Also