edtFTPnet/Express - Class Reference

ExFTPConnection.PropertiesSaved Event

Occurs when properties are saved to a file.

public event FTPLoadSaveEventHandler PropertiesSaved;

Event Data

The event handler receives an argument of type FTPLoadSaveEventArgs containing data related to this event. The following FTPLoadSaveEventArgs properties provide information specific to this event.

Property Description
FileName Name of file.
Type Type of operation - load or save.

See Also

ExFTPConnection Class | EnterpriseDT.Net.Ftp Namespace