Click or drag to resize

BytesSentEventHandler Delegate

Represents the method that will handle the BytesSent event.

Namespace:  AC908_SDK
Assembly:  AC908_SDK (in AC908_SDK.dll) Version: 1.0.2
Syntax
C#
public delegate void BytesSentEventHandler(
	Object sender,
	BytesSentEventArgs e
)

Parameters

sender
Type: SystemObject
The sender of the event.
e
Type: AC908_SDKBytesSentEventArgs
The BytesSentEventArgs instance containing the event data.
See Also