FtpEventHandler
Namespace: PPJ.Runtime.Internet
Assembly: PPJ.Runtime.50 (5.0.0.0)
Handles a FTP client status notification.
- C#
- VB.NET
public delegate void FtpEventHandler(Object sender, FtpEventArgs args)
Public Delegate Sub FtpEventHandler(ByVal sender As [Object], ByVal args As FtpEventArgs)
Parameters
| Name | Type | Description |
|---|---|---|
| sender | Object | The client raising the notification. |
| args | FtpEventArgs | The operation status and cancellation request. |
Fired By
| Name | Description |
|---|---|
| SalFtpClient.StatusUpdate | Occurs as the client advances through an operation. |