Class ChannelStatusChangedEventArgs
Represents the arguments of event rising when the channel statuses have been changed.
Assembly: Mpr121.dll
View Source
public class ChannelStatusChangedEventArgs : EventArgs
Inheritance: System.Object
-> System.EventArgs
Properties
ChannelStatus
The channel statuses.
View Source
public IReadOnlyDictionary<Mpr121.Channels, bool> ChannelStatus { get; }