edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Provides a reference to a local file (LocalFile) and a remote file (RemoteFile) and requires Action and Match to be set in order to return the result of the file comparison.

Namespace: EnterpriseDT.Net.Ftp.Forms
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public class FTPCompareEventArgs : FTPEventArgs
Visual Basic
Public Class FTPCompareEventArgs _
	Inherits FTPEventArgs
Visual C++
public ref class FTPCompareEventArgs : public FTPEventArgs

Remarks

Handlers of the CompareFiles event should set the Match and Action properties in order to indicate the result of the comparison.

Note that the Match and Action properties are set to their default values before the event is triggered so they are not set in the handler then the default values will be used.

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    EnterpriseDT.Net.Ftp..::..FTPEventArgs
      EnterpriseDT.Net.Ftp.Forms..::..FTPCompareEventArgs

See Also