• Version 1.7.1
Show / Hide Table of Contents

Class SessionStateChangeEventArgs

StateChanged event arguments.

Inheritance
object
EventArgs
SessionStateChangeEventArgs
Inherited Members
EventArgs.Empty
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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.

Overrides
object.ToString()
In this article
Back to top Copyright © Onix Solutions.
Generated by DocFX