Class ChannelStatusEventArgs
public sealed class ChannelStatusEventArgs : EventArgs
- Inheritance
-
ChannelStatusEventArgs
- Inherited Members
Constructors
ChannelStatusEventArgs(string, bool)
public ChannelStatusEventArgs(string channel, bool connected)
Parameters
Properties
Channel
public string Channel { get; }
Property Value
Connected
public bool Connected { get; }