| ConfigurationListenerEventArgsGroup Property  | 
            Gets the group of settings that were changed.
            
 
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic ConfigurationListenerGroup Group { get; }Public ReadOnly Property Group As ConfigurationListenerGroup
	Get
public:
property ConfigurationListenerGroup Group {
	ConfigurationListenerGroup get ();
}member Group : ConfigurationListenerGroup with get
Property Value
Type: 
ConfigurationListenerGroup
See Also