Click or drag to resize
ISharedConfigurationConfigurationChanged Event
Raised when the configuration returned by Get has changed.

Namespace: VirtualRadar.Interface.Settings
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
event EventHandler ConfigurationChanged

Value

Type: SystemEventHandler
Remarks
Basically the same as IConfigurationStorage.ConfigurationChanged except that calling Get to get the new configuration doesn't involve a fresh load from disk.
See Also