Rebex FTP for .NET

Ftp.StateChanged Event

Occurs when the state of the Ftp object is changed.

public event FtpStateChangedEventHandler StateChanged;

Event Data

The event handler receives an argument of type FtpStateChangedEventArgs containing data related to this event. The following FtpStateChangedEventArgs properties provide information specific to this event.

Property Description
NewState Gets the new state.
OldState Gets the old state.

See Also

Ftp Class | Rebex.Net Namespace