Click or drag to resize
SettingsKeySavedEventArgs Class
Event arguments for the settings key saved event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    CMS.UIControlsSettingsKeySavedEventArgs

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
Syntax
C#
public class SettingsKeySavedEventArgs : EventArgs

The SettingsKeySavedEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodSettingsKeySavedEventArgs
Initializes an instance of SettingsKeySavedEventArgs class.
Top
Properties
  NameDescription
Public propertyKeyName
Gets the key name.
Public propertyKeyOriginalValue
Gets the key original value.
Public propertyKeyValue
Gets the key value.
Public propertySiteID
Gets the site ID.
Top
See Also