Click or drag to resize
UniGrid.HandleAction Method
Handles the action event.

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

Parameters

cmdName
Type: System.String
Command name
cmdValue
Type: System.String
Command value
See Also