Rebex SFTP for .NET

Sftp.StateChanged Event

Occurs when the state of the Sftp object is changed.

public event SftpStateChangedEventHandler StateChanged;

Event Data

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

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

See Also

Sftp Class | Rebex.Net Namespace