ConfigChangedEventArgs Class |
Inheritance Hierarchy
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
Public Class ConfigChangedEventArgs
Inherits EventArgs
public ref class ConfigChangedEventArgs : public EventArgs
type ConfigChangedEventArgs =
class
inherit EventArgs
end
The 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.
|
TopSee Also