Click or drag to resize
SettingsGroupKeyAction Method
Handles settings keys actions (delete, edit, move up, move down).

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntax
C#
protected void KeyAction(
	string actionName,
	Object argument
)

Parameters

actionName
Type: SystemString
Name of the action
argument
Type: SystemObject
Argument of the action
See Also