• Version 1.15.2
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.Fix
Assembly: OnixS.Fix.Engine.dll
Syntax
public class SessionStateChangeEventArgs : EventArgs

Constructors

SessionStateChangeEventArgs()

Declaration
public SessionStateChangeEventArgs()

SessionStateChangeEventArgs(SessionState, SessionState)

Declaration
public SessionStateChangeEventArgs(SessionState newState, SessionState prevState)
Parameters
Type Name Description
SessionState newState
SessionState prevState

Properties

NewState

Returns new session state.

Declaration
public SessionState NewState { get; }
Property Value
Type Description
SessionState

new session state

PrevState

Returns previous session state.

Declaration
public SessionState PrevState { 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