SettingsGroupKeyAction Method |
Handles settings keys actions (delete, edit, move up, move down).
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntax protected void KeyAction(
string actionName,
Object argument
)
Parameters
- actionName
- Type: SystemString
Name of the action - argument
- Type: SystemObject
Argument of the action
See Also