Initializes a new instance of the ImapStateChangedEventArgs class with the specified old state and new state.
Namespace:
Rebex.Net
Assembly:
Rebex.Imap (in Rebex.Imap.dll)
Syntax
| Visual Basic |
|---|
Public Sub New ( _ oldState As ImapState, _ newState As ImapState _ ) |
| C# |
|---|
public ImapStateChangedEventArgs( ImapState oldState, ImapState newState ) |
Parameters
- oldState
- Type: Rebex.Net..::..ImapState
The old state.
- newState
- Type: Rebex.Net..::..ImapState
The new state.