[Missing <summary> documentation for "E:Bespoke.Common.Net.TcpServer.DataSent"]

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

Syntax

C#
public event TcpDataSentHandler DataSent
Visual Basic (Declaration)
Public Event DataSent As TcpDataSentHandler
Visual C++
public:
 event TcpDataSentHandler^ DataSent {
	void add (TcpDataSentHandler^ value);
	void remove (TcpDataSentHandler^ value);
}

See Also