ISharedConfigurationConfigurationChanged Event |
Raised when the configuration returned by
Get has changed.
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax event EventHandler ConfigurationChanged
Event ConfigurationChanged As EventHandler
event EventHandler^ ConfigurationChanged {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
abstract ConfigurationChanged : IEvent<EventHandler,
EventArgs>
Value
Type:
SystemEventHandlerRemarks
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