Creates a new FxpStartEvent instance

Namespace: Jscape.Ftp
Assembly: Jscape.Ftp (in Jscape.Ftp.dll) Version: 2.4.5.0

Syntax

C#
public FxpStartEventArgs(
	Object src,
	Object destination,
	string filename
)
Visual Basic
Public Sub New ( _
	src As Object, _
	destination As Object, _
	filename As String _
)
Visual C++
public:
FxpStartEventArgs(
	Object^ src, 
	Object^ destination, 
	String^ filename
)

Parameters

src
Type: System..::..Object
the source Ftp or Ftps instance
destination
Type: System..::..Object
the destination Ftp or Ftps instance
filename
Type: System..::..String
the filename transferred

See Also