ConfigChangedEventArgs Class | 
 
Inheritance Hierarchy 
    Namespace: 
   Dundas.BI.Configuration
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic class ConfigChangedEventArgs : EventArgs
Public Class ConfigChangedEventArgs
	Inherits EventArgs
public ref class ConfigChangedEventArgs : public EventArgs
type ConfigChangedEventArgs =  
    class
        inherit EventArgs
    endThe ConfigChangedEventArgs type exposes the following members.
Properties| 
								 
							 | Name | Description | 
|---|
  | NewValue | Gets the new value of the setting.  | 
  | OldValue | Gets the original value of the setting.  | 
  | SettingId | 
            Gets the ID of the configuration setting whose value changed.
              | 
Top
See Also