IConfigurationStorageConfigurationChanged Event |
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax event EventHandler<EventArgs> ConfigurationChanged
Event ConfigurationChanged As EventHandler(Of EventArgs)
event EventHandler<EventArgs^>^ ConfigurationChanged {
void add (EventHandler<EventArgs^>^ value);
void remove (EventHandler<EventArgs^>^ value);
}
abstract ConfigurationChanged : IEvent<EventHandler<EventArgs>,
EventArgs>
Value
Type:
SystemEventHandlerEventArgsSee Also