Occurs when a problem is detected in Download, Upload, Delete or GetItems methods, making it possible for the handler to choose a desired reaction.

Namespace:  Rebex.Net
Assembly:  Rebex.Ftp (in Rebex.Ftp.dll)

Syntax

Visual Basic
Public Event ProblemDetected As EventHandler(Of FtpProblemDetectedEventArgs)
C#
public event EventHandler<FtpProblemDetectedEventArgs> ProblemDetected

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also