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.Sftp (in Rebex.Sftp.dll)

Syntax

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

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also