Click or drag to resize
SettingsKeyChangedEventArgsAction Property
Gets the action that was performed on the settings key.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public SettingsKeyActionEnum Action { get; protected set; }

Property Value

Type: SettingsKeyActionEnum
The action that was performed on the settings key.
See Also