Class SessionStateChangeEventArgs
StateChanged event arguments.
Inherited Members
Namespace: OnixS.Cme.ILink3
Assembly: OnixS.Cme.ILink3.dll
Syntax
public class SessionStateChangeEventArgs : EventArgs
Constructors
SessionStateChangeEventArgs(SessionState, SessionState)
Declaration
public SessionStateChangeEventArgs(SessionState newState, SessionState previousState)
Parameters
| Type | Name | Description |
|---|---|---|
| SessionState | newState | |
| SessionState | previousState |
Properties
NewState
New session state.
Declaration
public SessionState NewState { get; }
Property Value
| Type | Description |
|---|---|
| SessionState | New session state |
PreviousState
Previous session state.
Declaration
public SessionState PreviousState { get; }
Property Value
| Type | Description |
|---|---|
| SessionState | Previous session state |
Methods
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | A string that represents the current object. |