IConfigurationListenerPropertyChanged Event |
Raised when a configuration value changes.
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax event EventHandler<ConfigurationListenerEventArgs> PropertyChanged
Event PropertyChanged As EventHandler(Of ConfigurationListenerEventArgs)
event EventHandler<ConfigurationListenerEventArgs^>^ PropertyChanged {
void add (EventHandler<ConfigurationListenerEventArgs^>^ value);
void remove (EventHandler<ConfigurationListenerEventArgs^>^ value);
}
abstract PropertyChanged : IEvent<EventHandler<ConfigurationListenerEventArgs>,
ConfigurationListenerEventArgs>
Value
Type:
SystemEventHandlerConfigurationListenerEventArgsSee Also