| IConfigurationListener Interface | 
Namespace: VirtualRadar.Interface.Settings
 Syntax
SyntaxThe IConfigurationListener type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.(Inherited from IDisposable.) | 
|  | Initialise | 
            Starts observing a configuration for changes.
             | 
|  | Release | 
            Stops observing a configuration for changes.
             | 
 Events
Events| Name | Description | |
|---|---|---|
|  | PropertyChanged | 
            Raised when a configuration value changes.
             | 
 Remarks
Remarks See Also
See Also