Skip to main content

FtpEventHandler

Namespace: PPJ.Runtime.Internet

Assembly: PPJ.Runtime.50 (5.0.0.0)

Handles a FTP client status notification.

public delegate void FtpEventHandler(Object sender, FtpEventArgs args)

Parameters

NameTypeDescription
senderObjectThe client raising the notification.
argsFtpEventArgsThe operation status and cancellation request.

Fired By

NameDescription
SalFtpClient.StatusUpdateOccurs as the client advances through an operation.