OBEXFtpConnection.OnReceiveFileProgress Event
Fires on each received file chunk, to trace the file receiving progress.
[Visual Basic]
<Description(Description:="Fires on each received file chunk, to trace the file receiving progress")>
Public Event OnReceiveFileProgress As
ReceiveFileProgressDelegate
[C#]
[Description(Description="Fires on each received file chunk, to trace the file receiving progress")]
public event
ReceiveFileProgressDelegate OnReceiveFileProgress;
See Also
OBEXFtpConnection Class | BlueLibs.Components Namespace