SftpStateChangedEventArgs Class
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 7.0.9083)
Provides data for the StateChanged event.
Syntax
public class SftpStateChangedEventArgs : EventArgs
Inherited Members
Constructors
Name | Description |
---|---|
SftpStateChangedEventArgs(SftpState, SftpState) | Initializes a new instance of the SftpStateChangedEventArgs class with the specified old state and new state. |
Properties
Name | Description |
---|---|
NewState | Gets the new state. |
OldState | Gets the old state. |