edtFTPnet/Express - Class Reference

ExFTPConnection.PropertiesLoaded Event

Occurs when properties are loaded from a file.

public event FTPLoadSaveEventHandler PropertiesLoaded;

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