ImapStateChangedEventArgs Constructor
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9313)
ImapStateChangedEventArgs(ImapState, ImapState)
Initializes a new instance of the ImapStateChangedEventArgs class with the specified old state and new state.
Declaration
public ImapStateChangedEventArgs(ImapState oldState, ImapState newState)
Parameters
| Type | Name | Description | 
|---|---|---|
| ImapState | oldState | The old state.  | 
    
| ImapState | newState | The new state.  |