Table of Contents

Class SessionEventArgs

Namespace
WTmux.Core.Plugins
Assembly
WTmux.Core.dll

Event args for session lifecycle events.

public sealed class SessionEventArgs
Inheritance
object
SessionEventArgs

Constructors

SessionEventArgs()

public SessionEventArgs()

Properties

SessionId

Session ID.

public int SessionId { get; init; }

Property Value

int

SessionName

Session name.

public required string SessionName { get; init; }

Property Value

string