Represents the method that will handle the event that has FxpStartEventArgs.

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

Syntax

C#
public delegate void FxpStartEventHandler(
	Object sender,
	FxpStartEventArgs e
)
Visual Basic
Public Delegate Sub FxpStartEventHandler ( _
	sender As Object, _
	e As FxpStartEventArgs _
)
Visual C++
public delegate void FxpStartEventHandler(
	Object^ sender, 
	FxpStartEventArgs^ e
)

See Also