ConfigChangedEventArgs Properties

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