ConfigChangedEventArgs Class

Provides data for the ConfigChanged event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Dundas.BI.ConfigurationConfigChangedEventArgs

Namespace: Dundas.BI.Configuration
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class ConfigChangedEventArgs : EventArgs

The ConfigChangedEventArgs type exposes the following members.

Properties
 NameDescription
Public propertyNewValueGets the new value of the setting.
Public propertyOldValueGets the original value of the setting.
Public propertySettingId Gets the ID of the configuration setting whose value changed.
Top
See Also