Open this page in the API Guide

ConfigChangedEventArgs Class

Provides data for the ConfigChanged event.
Inheritance Hierarchy
System.Object
  System.EventArgs
    Dundas.BI.Configuration.ConfigChangedEventArgs

Namespace:  Dundas.BI.Configuration
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.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