ListErrorEventHandler Delegate
[C#]
public delegate void ListErrorEventHandler(
object sender,
ListErr error);
Parameters
- sender: The source of the event.
- error: A ListErr.
Remarks
Called if an error occurs during a file listing request. In this case the listing is implicitly canceled.