Class SessionDetailChangedEventArgs
Container for information about a session detail changed event.
Inheritance
System.Object
    SessionDetailChangedEventArgs
  Namespace: MESL.SqlRace.Domain
Assembly: MESL.SqlRace.Domain.dll
Syntax
public class SessionDetailChangedEventArgs : EventArgs
  Properties
SessionDetailItem
Gets the session detail item.
Declaration
public KeyValuePair<string, string> SessionDetailItem { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.KeyValuePair<System.String, System.String> | 
SessionKey
Gets the session key
Declaration
public SessionKey SessionKey { get; }
  Property Value
| Type | Description | 
|---|---|
| MAT.OCS.Core.SessionKey | 
Methods
ToString()
Returns a System.String that represents this instance.
Declaration
public override string ToString()
  Returns
| Type | Description | 
|---|---|
| System.String | A System.String that represents this instance.  |