BytesProcessed (long lNbBytesProcessed)
(void) This event Indicates how many data bytes have been processed so far.
EndOfFileTransfer ([long Result,long lNbBytesProcessed,String FTMessage)
(void) This event indicates the end of the file transfer where
lNbBytesProcessed
is the total number of bytes processed. lResult
IResult
is the same value as the one returned by XferStatus (Refer to FT3270Obj properties)
FTMessage
is the message sent by the HF server ("File transfer completed", or "File Transfer Aborted", or any other error message)