Skip to main content

Class ChannelStatusChangedEventArgs

Represents the arguments of event rising when the channel statuses have been changed.

Assembly: Mpr121.dll
View Source
Declaration
public class ChannelStatusChangedEventArgs : EventArgs

Inheritance: System.Object -> System.EventArgs

Properties

ChannelStatus

The channel statuses.

View Source
Declaration
public IReadOnlyDictionary<Mpr121.Channels, bool> ChannelStatus { get; }