An NDoc Documented Class Library

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
ConnectionInstanceNumber Identifies the pooled connection on which the task is running.
FileName Name of file.
IsGuiThread Indicates whether or not the event-handler has been invoked on the GUI thread.
TaskID Identifies the asynchronous operation within which the event was triggered (applies to asynchronous methods only).
Type Type of operation - load or save.

See Also

ExFTPConnection Class | EnterpriseDT.Net.Ftp Namespace