Click or drag to resize
ConfigurationListenerEventArgs Constructor
Creates a new object.

Namespace: VirtualRadar.Interface.Settings
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ConfigurationListenerEventArgs(
	Configuration configuration,
	Object record,
	bool isListChild,
	ConfigurationListenerGroup group,
	string propertyName
)

Parameters

configuration
Type: VirtualRadar.Interface.SettingsConfiguration
record
Type: SystemObject
isListChild
Type: SystemBoolean
group
Type: VirtualRadar.Interface.SettingsConfigurationListenerGroup
propertyName
Type: SystemString
See Also