Represents the method that will handle the DataTransmittion event.

Namespace:  PerpetuumSoft.Framework.Connectivity
Assembly:  PerpetuumSoft.Framework.Connectivity (in PerpetuumSoft.Framework.Connectivity.dll) Version: 3.9.0.1

Syntax

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

See Also