Rebex SFTP for .NET

SftpStateChangedEventHandler Delegate

Represents the method that will handle the StateChanged event of a Sftp class.

public delegate void SftpStateChangedEventHandler(
   object sender,
   SftpStateChangedEventArgs e
);

Parameters

sender
The source of the event.
e
A SftpStateChangedEventArgs that contains the event data.

Requirements

Namespace: Rebex.Net

Assembly: Rebex.Net.Sftp (in Rebex.Net.Sftp.dll)

See Also

Rebex.Net Namespace