Click or drag to resize
SettingsKeyChangedEventArgs Properties

The SettingsKeyChangedEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyAction
Gets the action that was performed on the settings key.
Public propertyCurrentHandler
Currently executing handler
(Inherited from CMSEventArgs.)
Public propertyFullKeyName
Gets the full name of the key with site name prefix.
Public propertyKeyName
Gets the name of the key.
Public propertyKeyValue
Gets the key value.
Public propertyOriginalEventArgs
Original event arguments for the event
(Inherited from CMSEventArgs.)
Public propertySiteID
Gets the site ID.
Public propertySiteName
Gets the name of the site.
Top
See Also