Occurs when properties are cleared via ClearProperties.
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. |