Table of Contents

Class ConnectionChangedEventArgs

Namespace
CommandStation.Transport
Assembly
CommandStation.Abstractions.dll
public class ConnectionChangedEventArgs : EventArgs
Inheritance
ConnectionChangedEventArgs
Inherited Members

Constructors

ConnectionChangedEventArgs(bool)

public ConnectionChangedEventArgs(bool isConnected)

Parameters

isConnected bool

Properties

IsConnected

public bool IsConnected { get; }

Property Value

bool