NET FTP Library
CommandSentEvent Event






KellermanSoftware.NetFtpLibrary Namespace > FTP Class : CommandSentEvent Event
Fired when a command is sent to the FTP server
Syntax
'Declaration
 
Public Event CommandSentEvent As FTP.CommandSentEventHandler
'Usage
 
Dim instance As FTP
Dim handler As FTP.CommandSentEventHandler
 
AddHandler instance.CommandSentEvent, handler
public event FTP.CommandSentEventHandler CommandSentEvent
public event CommandSentEvent: FTP.CommandSentEventHandler; 
In JScript, you can handle the events defined by another class, but you cannot define your own.
public: __event FTP.CommandSentEventHandler* CommandSentEvent
public:
event FTP.CommandSentEventHandler^ CommandSentEvent
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FTP Class
FTP Members