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
isConnectedbool
Properties
IsConnected
public bool IsConnected { get; }