Provides data for the GetDirListAsyncCompleted event.

Namespace: Starksoft.Net.Ftp
Assembly:  Starksoft.Net.Ftp (in Starksoft.Net.Ftp.dll)

Syntax

C#
public class GetDirListAsyncCompletedEventArgs : AsyncCompletedEventArgs
Visual Basic (Declaration)
Public Class GetDirListAsyncCompletedEventArgs _
	Inherits AsyncCompletedEventArgs

Inheritance Hierarchy

System..::Object
  System..::EventArgs
    System.ComponentModel..::AsyncCompletedEventArgs
      Starksoft.Net.Ftp..::GetDirListAsyncCompletedEventArgs

See Also