edtFTPnet/Express - Class Reference

FTPCompareEventHandler Delegate

Delegate for the CompareFiles event.

public delegate void FTPCompareEventHandler(
   object sender,
   FTPCompareEventArgs e
);

Parameters

sender
Object which requested the comparison (usually FTPSynchronizeView).
e
Handlers should set the Match and Action properties of this argument.

Requirements

Namespace: EnterpriseDT.Net.Ftp.Forms

Assembly: edtFTPnetEx (in edtFTPnetEx.dll)

See Also

EnterpriseDT.Net.Ftp.Forms Namespace