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 (24.3.0.1000)
Syntax
public class ConfigChangedEventArgs : EventArgs

The ConfigChangedEventArgs type exposes the following members.

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