Click or drag to resize
UniGridHandleAction Method
Handles the action event.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
public void HandleAction(
	string cmdName,
	string cmdValue
)

Parameters

cmdName
Type: SystemString
Command name
cmdValue
Type: SystemString
Command value
See Also