Click or drag to resize
SiteListControlExtenderControl_OnAction Method
Handles the UniGrid's OnAction event.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
Syntax
C#
protected void Control_OnAction(
	string actionName,
	Object actionArgument
)

Parameters

actionName
Type: SystemString
Name of item (button) that throws event
actionArgument
Type: SystemObject
ID (value of Primary key) of corresponding data row
See Also