edtFTPnet/Express - Class Reference

FTPCompareEventArgs Class

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.

For a list of all members of this type, see FTPCompareEventArgs Members.

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

public class FTPCompareEventArgs : EventArgs

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

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.

Requirements

Namespace: EnterpriseDT.Net.Ftp.Forms

Assembly: edtFTPnetEx (in edtFTPnetEx.dll)

See Also

FTPCompareEventArgs Members | EnterpriseDT.Net.Ftp.Forms Namespace