Click or drag to resize
ConfigurationListenerGroup Enumeration
An enumeration of the different groups that can appear in a ConfigurationListenerEventArgs.

Namespace: VirtualRadar.Interface.Settings
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public enum ConfigurationListenerGroup
Members
  Member nameValueDescription
Configuration0 The property belongs to the top-level Configuration object.
Access1 The property belongs to an Access object.
Audio2 The property belongs to the AudioSettings object.
BaseStation3 The property belongs to the BaseStationSettings object.
FlightRoute4 The property belongs to the FlightRouteSettings object.
GoogleMapSettings5 The property belongs to the GoogleMapSettings object.
InternetClientSettings6 The property belongs to the InternetClientSettings object.
MergedFeed7 The property belongs to a MergedFeed object.
MergedFeedReceiver8 The property belongs to a MergedFeedReceiver object.
MonoSettings9 The property belongs to the MonoSettings object.
RawDecodingSettings10 The property belongs to the RawDecodingSettings object.
RebroadcastSetting11 The property belongs to a RebroadcastSetting object.
Receiver12 The property belongs to a Receiver object.
ReceiverLocation13 The property belongs to a ReceiverLocation object.
VersionCheckSettings14 The property belongs to the VersionCheckSettings object.
WebServerSettings15 The property belongs to the WebServerSettings object.
See Also