edtFTPnet/Express - Class Reference

FTPSynchronizeView.Synchronizing Event

Occurs immediately before synchronization is about to begin.

public event CancelEventHandler Synchronizing;

Remarks

This is a "cancelable" event. To cancel synchronization, set the Cancel property to true in the event handler.

See Also

FTPSynchronizeView Class | EnterpriseDT.Net.Ftp.Forms Namespace